Skip to content

Releases: elbeicktalat/flutter_auth_buttons

V3.0.3

16 Jun 16:08
Compare
Choose a tag to compare

Full Changelog: v3.0.2...v3.0.3

V3.0.2

06 Sep 08:56
Compare
Choose a tag to compare
  • Pass static analytics.
  • Fix isNotEmpty & use RegExp
  • Update dependencies
  • Fix window deprecation
  • Use ColorFilter.mode instead of deprecated color

V3.0.0

21 Jun 15:43
Compare
Choose a tag to compare

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.

v2.0.3

16 Dec 18:46
Compare
Choose a tag to compare

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

14 Nov 10:22
Compare
Choose a tag to compare

[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

15 Apr 15:12
Compare
Choose a tag to compare

[1.0.1] - 15 Apr 2021

  • Show a CircularProgressIndicator when the isLoadig is true.
  • Rename the AuthButtonStyle to AuthButtonType.
  • Rename the AuthIconStyle to AuthIconType.
  • 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

05 Mar 14:37
Compare
Choose a tag to compare
v1.0.0

update to 1.0.0