flutter_auth_flow 0.0.7 copy "flutter_auth_flow: ^0.0.7" to clipboard
flutter_auth_flow: ^0.0.7 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.7 #

  • Added opt-in PasswordPolicy support 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 themeMode property to AuthFlowTheme for automatic dark/light mode detection based on system settings
  • Supports ThemeMode.system (default), ThemeMode.light, and ThemeMode.dark

0.0.5 #

  • Added DemoAuthService for 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.
  • AuthFlow widget with Sign In, Sign Up, and Forgot Password modes.
  • AuthFlowTheme for 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.
2
likes
0
points
55
downloads

Publisher

verified publisherpendura.in

Weekly Downloads

A single, fully customizable Flutter widget that handles Sign In, Sign Up, and Forgot Password — no routing, no multiple pages, just drop it in.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

crypto, firebase_auth, firebase_core, flutter, http

More

Packages that depend on flutter_auth_flow