Skip to content

Commit

Permalink
update to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
elbeicktalat committed Mar 5, 2021
1 parent 793d0d3 commit 00cb080
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
### [1.0.0] - 01 Mar 2021
- Migrate to sound null safety
- Migrate to ElevateButton instead of RaisedButton.
- Add new Icon style, `outlined` & `secondary`.
- Migration to sound null safety
- Migration to ElevateButton instead of RaisedButton.
- New Icon styles, `outlined` & `secondary`.
- Add Keys with default values.
- Add onLongPressed parameter.
- Add shadowColor parameter.
### [0.0.6] - 06 Feb 2021
- Add new style, `secondary style`.
- New style, `secondary style`.
- Add auth with `Huawei` button.
- Add a custom button where you can give it any image as icon. This button is very helpful special when you want to add some button not exist in this library, and maintain the same style.
- Too many change in the code structure, but you'll still using everything in the same way. There are no conflict with the previous versions.
Expand Down
4 changes: 2 additions & 2 deletions 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: "0.0.6"
version: "1.0.0"
boolean_selector:
dependency: transitive
description:
Expand Down Expand Up @@ -157,5 +157,5 @@ packages:
source: hosted
version: "2.1.0"
sdks:
dart: ">=2.12.0-0.0 <3.0.0"
dart: ">=2.12.0 <3.0.0"
flutter: ">=1.20.0"
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -143,5 +143,5 @@ packages:
source: hosted
version: "2.1.0"
sdks:
dart: ">=2.12.0-0.0 <3.0.0"
dart: ">=2.12.0 <3.0.0"
flutter: ">=1.20.0"
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
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: 0.0.6
version: 1.0.0
homepage: https://github.com/elbeicktalat/flutter_auth_buttons

environment:
sdk: ">=2.12.0-0 <3.0.0"
flutter: ">=1.20.0 <2.0.0"
sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.20.0"

dependencies:
flutter:
Expand Down

0 comments on commit 00cb080

Please sign in to comment.