auth_buttons 2.0.2
auth_buttons: ^2.0.2 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.
[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.
- Support SVG image format.
- Allow disabling buttons.
- Add
Icon color
style property. - Documentation the enter project using also inherited docs.
- Update
icons
resources. - Add github secondary icon.
- Add twitter secondary icon.
Visible for collaborates
- Divide shared package into three main packages.
- Make methods more readable by using helpers functions.
[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 theisLoading
is true. - Rename the
AuthButtonStyle
toAuthButtonType
. - Rename the
AuthIconStyle
toAuthIconType
. - Make all styling stuff below the
AuthButtonStyle
to be more organized 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.