Releases: elbeicktalat/flutter_auth_buttons
Releases · elbeicktalat/flutter_auth_buttons
V3.0.3
Full Changelog: v3.0.2...v3.0.3
V3.0.2
V3.0.0
This is one of the most biggest changes that I have been made in the auth-buttons.
- Add
InheritedAuthButton
- Add
AuthButtonGroup
widget - Deprecate darkMode, use
ThemeMode
which allows following the systemBrightness
. - Deprecate trl, use
TextDirection
for more cleaner API. - Add progressIndicatorType in the style, this allows to choose between
CircularProgressIndicator
orLinearProgressIndicator
. - Add visualDensity, tapTargetSize, margin in the style.
- Add materialStyle property, this allows the usage of
ButtonStyle
form material. - Default icons color will be never white on secondary button type.
- Add support for network and non svg icons.
- Add onHover and other attributes.
v2.0.3
What's Changed
[2.0.3] - 16 Dic 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.
Major Update 2.0.0
[2.0.0] - 14 Nov 2021
Visible for you
- Follow the guidelines indications for the buttons appearance. See #24
- 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. See #33
I hope the documentation is enough if not so, contact me for any help.
Thanks.
Styling below AuthButtonStyle
[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.
Now make you sure to update your project and use AuthButtonStyle
instead of passing the style to the button constructor.
Also make you sure you understanding style
parameter now it's for styling buttons, so style
is no more for choosing the button type, but now it's to style the button which include the follwing parameters: buttonColor
, iconSize
, textStyle
ect.
I hope I documented all Api, so check the docs and if you need any help just contact me.
Thanks.
sound null safety
v1.0.0 update to 1.0.0