arculus_auth_widgets
Collection of theme-aware flutter auth-related widgets such as social sign in buttons, splash page, and sign in page, etc.
What this package is like to depend on
Last release 6 years ago
no release in 18 months
Too new to tell
only 2 release windows
Nearly every release is documented
notes for 8 of 8 stable releases
Nothing withdrawn
no release was ever pulled
6 years old
8 releases · first in 2021
0 releases in the last 12 months
see the full history below
Release timeline
8 releases · Jan 2021 to Jan 2021
2022
2023
2024
2025
2026
Releases
latest 8-
1.0.027 Jan 2021Release notes
Open source →- Breaking: Generic style buttons are removed.
- Breaking: ArculusEmailButton is renamed into ArculusPrimaryButton. Now you can use any widget to override the icon.
- New: You can set
isExpandedproperty to make the button either grow or wrap children. - Update: ProgressIndicator no longer replaces label, but instead, placed on the right side of the label.
- New: All widgets are now fully tested.
-
0.1.125 Jan 2021Release notes
Open source →- Fix: Changed
if (buttonThemeData == null)toif (buttonThemeData?.style == null)inArculusEmailButtonandGenericEmailButtonto prevent exception in case of buttonThemeData is not null, but its style is null.
- Fix: Changed
-
0.1.024 Jan 2021Release notes
Open source →- New:
isLoadingproperty to easily implement loading indicator to your button. When isLoading set to true, the button automatically uninteractive, making it easier to prevent accidental repeated taps. When in disabled mode, The button becomes translucent automatically. - New:
BaseArculusButtonandBaseGenericButtonmakes you able to customize the buttons even more. - New:
isEnabledproperty toGoogleLogoandAppleLogo. When set to false, will apply 0.5 opacity to the icon. - Improvement: Each Email, Google, and Apple button (both generic and arculus) based from
BaseArculusButtonfor consistency. - Breaking: Bumps minumum dart sdk to 2.8.0
- Breaking: Bumps minumum flutter sdk to 1.22.0
- New:
-
0.0.510 Jan 2021Release notes
Open source →- Google button will also check if
ElevatedButtonThemeis using non-Rounded Rectangle Border and even resorts back to matchButtonThemeif noElevatedButtonThemeset in theme. (Basically makes the widget more robust)
- Google button will also check if
-
0.0.409 Jan 2021 -
0.0.309 Jan 2021 -
0.0.209 Jan 2021Release notes
Open source →- Turns out using relative link will break when published to pub.dev
- Various other adjustment to readme file.
-
0.0.109 Jan 2021Release notes
Open source →- Generic email, google, and apple sign in buttons.
- Arculus style email, google, and apple sign in buttons.
- Plain GoogleLogo and AppleLogo