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.