PackageTrack
Sign in Get early access

auth_buttons

Auth Buttons is a flutter widget library, include buttons for authenticating with the most popular social networks like Google, Facebook, Apple and Twitter.

3.0.3 1.8K downloads/mo #5569 most downloaded on pub.dev elbeicktalat/flutter_auth_buttons

What this package is like to depend on

Last release 2 years ago

no release in 18 months

Release timing varies

gaps range from 3 weeks to 1.2 years

Nearly every release is documented

notes for 20 of 21 stable releases

Nothing withdrawn

no release was ever pulled

6 years old

21 releases · first in 2020

0 releases in the last 12 months

see the full history below

Release timeline

21 releases · Oct 2020 to Jun 2024
2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 21
  1. 3.0.3 16 Jun 2024
    Release notes

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

    Open source →
    Release notes
    • Update dependencies

    Visible for collaborates

    • Setup publish to pub workflow
    • Format debugFillProperties methods
    Open source →
  2. 3.0.2 05 Sep 2023
    Release notes
    • Pass static analytics.
    • Fix isNotEmpty & use RegExp
    • Update dependencies
    • Fix window deprecation
    • Use ColorFilter.mode instead of deprecated color
    Open source →
    Release notes
    • Pass static analytics.
    • Fix isNotEmpty & use RegExp
    Open source →
  3. 3.0.1 03 Sep 2023
    Release notes
    • Update dependencies
    • Fix window deprecation
    • Use ColorFilter.mode instead of deprecated color

    Visible for collaborates

    • Format the hole project
    • Add very strict analysis rules
    Open source →
  4. 3.0.0 21 Jun 2022
    Release notes

    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.
    Open source →
    Release notes
    • 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.
    Open source →
  5. 2.0.4 07 Jan 2022
    Release notes
    • Run dart format.
    Open source →
  6. 2.0.3 16 Dec 2021
    Release notes

    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.
    Open source →
    Release notes

    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.
    Open source →
  7. 2.0.2 16 Nov 2021
    Release notes

    Visible for you

    • Buttons are identical as screenshots.

    Visible for collaborates

    • Remove the implementations of button style in base package.
    • No more need to check if style is null.
    • Add more then 300 unit tests.
    Open source →
  8. 2.0.1 14 Nov 2021
    Release notes
    • Show screenshots in the readme.
    Open source →
  9. 2.0.0 14 Nov 2021
    Release notes

    [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.

    Open source →
    Release notes

    Visible for you

    • Follow the guidelines indications for the buttons appearance.
    • 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.
    Open source →
  10. 1.0.1 15 Apr 2021
    Release notes
    • Show a CircularProgressIndicator when the isLoading is true.
    • Rename the AuthButtonStyle to AuthButtonType.
    • Rename the AuthIconStyle to AuthIconType.
    • Make all styling stuff below the AuthButtonStyle to be more organized then before.
    Open source →
  11. 1.0.1+1 09 May 2021
    Release notes
    • Pass static analytics.
    • Fix CircularProgressIndicator size.
    Open source →
  12. 1.0.1+2 10 May 2021
    Release notes
    • Pass static analytics.
    Open source →
  13. 1.0.1+3 10 May 2021
    Release notes
    • Fix default buttons padding.
    Open source →
  14. 1.0.1+4 10 Jun 2021

    Nothing published for this version

  15. 1.0.0 05 Mar 2021
    Release notes
    • Migration to sound null safety
    • Migration to ElevateButton instead of RaisedButton.
    • New Icon styles, outlined & secondary.
    • Add Keys with default values.
    • Add onLongPressed parameter.
    • Add shadowColor parameter.
    Open source →
  16. 0.0.6 06 Feb 2021
    Release notes
    • New style, secondary style.
    • Add auth with Huawei button.
    • Add a custom button where you can give it any image as icon. This button is very helpful special when you want to add some button not exist in this library, and maintain the same style.
    • Too many change in the code structure, but you'll still using everything in the same way. There are no conflict with the previous versions.
    • Add unit test to check the default values.
    Open source →
  17. 0.0.5 31 Jan 2021
    Release notes
    • Enable other size.
    • Add auth with Email button.
    • Docs the Api.
    Open source →
  18. 0.0.4 31 Oct 2020
    Release notes
    • Add new style, icon style.
    • Add Microsoft button.
    Open source →
  19. 0.0.3 27 Oct 2020
    Release notes
    • Submit to stable.
    • Add GitHub button.
    Open source →
  20. 0.0.2 25 Oct 2020
    Release notes
    • Alpha version.
    Open source →
  21. 0.0.1 25 Oct 2020
    Release notes
    • First publication.
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive