auth_buttons 1.0.1+3 auth_buttons: ^1.0.1+3 copied to clipboard
Auth Buttons is a flutter widget library, include buttons for authenticating with the most popular social networks like Google, Facebook, Apple and Twitter.
[1.0.1+3] - 10 May 2021 #
- Fix default buttons padding.
[1.0.1+2] - 10 May 2021 #
- Pass static analytics.
[1.0.1+1] - 09 May 2021 #
- Pass static analytics.
- Fix
CircularProgressIndicator
size.
[1.0.1] - 15 Apr 2021 #
- Show a
CircularProgressIndicator
when theisLoadig
is true. - Rename the
AuthButtonStyle
toAuthButtonType
. - Rename the
AuthIconStyle
toAuthIconType
. - Make all styling staff below the
AuthButtonStyle
to be more orginized then before.
[1.0.0] - 01 Mar 2021 #
- 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 #
- 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.
- Add unit test to check the default values.
[0.0.5] - 31 Jun 2021 #
- Enable other size.
- Add auth with
Email
button. - Docs the Api.
[0.0.4] - 31 Oct 2020 #
- Add new style,
icon style
. - Add Microsoft button.
[0.0.3] - 27 Oct 2020 #
- Submit to stable.
- Add GitHub button.
[0.0.2] - 25 Oct 2020 #
- Alpha version.
[0.0.1] - 25 Oct 2020 #
- First publication.