V3.0.0
This is one of the most biggest changes that I have been made in the auth-buttons.
- Add
InheritedAuthButton - Add
AuthButtonGroupwidget - Deprecate darkMode, use
ThemeModewhich allows following the systemBrightness. - Deprecate trl, use
TextDirectionfor more cleaner API. - Add progressIndicatorType in the style, this allows to choose between
CircularProgressIndicatororLinearProgressIndicator. - Add visualDensity, tapTargetSize, margin in the style.
- Add materialStyle property, this allows the usage of
ButtonStyleform 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.