Skip to content

V3.0.0

Compare
Choose a tag to compare
@elbeicktalat elbeicktalat released this 21 Jun 15:43
· 13 commits to main since this release

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 system Brightness.
  • Deprecate trl, use TextDirection for more cleaner API.
  • Add progressIndicatorType in the style, this allows to choose between CircularProgressIndicator or LinearProgressIndicator.
  • 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.