Skip to content

Commit

Permalink
update to 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
elbeicktalat committed Dec 16, 2021
1 parent c12a894 commit 995ef92
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,29 @@
### [2.0.3] - 16 Nov 2021

#### `Visible for collaborates`

- Update flutter_svg to 1.0.0.
- Add AuthIcon widget.
- Delete all white images.
- Delete smart_color.
- Add default style for custom button.

### [2.0.2] - 16 Nov 2021

#### `Visible for you`

- Buttons are identical as screenshots.

#### `Visible for collaborates`

- Remove the implementations of button style in base package.
- No more need to check if style is null.
- Add more then 300 unit tests.

### [2.0.1] - 14 Nov 2021

- Show screenshots in the readme.

### [2.0.0] - 14 Nov 2021
#### `Visible for you`
- Follow the guidelines indications for the buttons appearance.
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ packages:
path: ".."
relative: true
source: path
version: "2.0.2"
version: "2.0.3"
boolean_selector:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: auth_buttons
description: Auth Buttons is a flutter widget library, include buttons for authenticating with the most popular social networks like Google, Facebook, Apple and Twitter.
version: 2.0.2
version: 2.0.3
homepage: https://github.com/elbeicktalat/flutter_auth_buttons

environment:
Expand Down

0 comments on commit 995ef92

Please sign in to comment.