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