flutter_auth_flow 0.0.8
flutter_auth_flow: ^0.0.8 copied to clipboard
A single, fully customizable Flutter widget that handles Sign In, Sign Up, and Forgot Password — no routing, no multiple pages, just drop it in.
0.0.8 #
- Added package screenshots metadata to
pubspec.yamlso pub.dev can display the screenshot gallery on the package page.
0.0.7 #
- Added opt-in
PasswordPolicysupport for the Sign Up flow - Added a built-in password strength indicator with local password quality scoring
- Added optional "Have I Been Pwned" password checks with developer control over whether exposed passwords are blocked
- Updated the auth form layout to scroll when extra password guidance is shown
0.0.6 #
- Added
themeModeproperty toAuthFlowThemefor automatic dark/light mode detection based on system settings - Supports
ThemeMode.system(default),ThemeMode.light, andThemeMode.dark
0.0.5 #
- Added
DemoAuthServicefor testing and development - Improved error handling with user-friendly error messages
- Enhanced form validation feedback
0.0.4 #
Published to verified publisher with minor fixes.
0.0.3 #
Published to the verified publisher https://pendura.in
0.0.2 #
Documentation improvements and README updates.
0.0.1 #
- Initial release.
AuthFlowwidget with Sign In, Sign Up, and Forgot Password modes.AuthFlowThemefor fine-grained visual customization.- Full builder pattern:
headerBuilder,footerBuilder,errorBuilder,loadingBuilder,submitButtonBuilder,modeSwitcherBuilder. - Internal loading and error state with optional external override.
- Animated mode transitions with
AnimatedSwitcher. - Built-in form validation with autofill support.