flutter_auth_flow 0.0.6
flutter_auth_flow: ^0.0.6 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.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.