flutter_auth_screen 0.1.5 copy "flutter_auth_screen: ^0.1.5" to clipboard
flutter_auth_screen: ^0.1.5 copied to clipboard

Customizable PIN authentication plugin with biometric support, lockout protection, and pure UI components.

0.1.5 #

0.1.4 #

  • Updated documentation: version numbers in README and QUICK_START_GUIDE now reflect latest version

0.1.3 #

  • Fixed pub.dev validation: shortened package description to meet 180 character limit
  • Replaced deprecated WillPopScope with PopScope for Flutter 3.12+ compatibility
  • Replaced deprecated withOpacity with withValues(alpha:) for better precision
  • Improved pub points score from 140/160 to 150/160

0.1.2 #

  • Fixed all package references in QUICK_START_GUIDE, PUBLISHING_GUIDE
  • Updated Android plugin package names from com.security.flutter_security_shield to com.auth.flutter_auth_screen
  • Fixed example app package names and namespaces
  • Corrected all import statements across documentation

0.1.1 #

  • Fixed README documentation - corrected package name references from flutter_security_shield to flutter_auth_screen
  • Updated installation instructions with correct package name
  • Updated API helper class references

0.1.0 #

  • Initial release of Flutter Auth Screen
  • SetPinScreen: Create and set new PIN with confirmation
  • VerifyPinScreen: Verify existing PIN with lockout protection
  • ChangePinScreen: Complete 3-step PIN change flow (verify old → create new → confirm)
  • PinCodeScreen: Base customizable PIN input screen
  • Biometric authentication support
  • Lockout protection (configurable max attempts and duration)
  • Haptic feedback and shake animations
  • Fully customizable UI (colors, styles, widgets)
  • Accessibility support (VoiceOver/TalkBack)
  • Pure UI components - zero business logic
  • Developer controls all storage and validation logic
  • Disable cancellation option
  • Haptic feedback on interactions
  • Error display with customizable duration
  • Auto-focus keyboard option
  • Responsive design for all screen sizes
  • Cross-platform support (Android, iOS, Web, Windows, macOS, Linux)
2
likes
150
points
193
downloads

Publisher

unverified uploader

Weekly Downloads

Customizable PIN authentication plugin with biometric support, lockout protection, and pure UI components.

Repository (GitHub)
View/report issues

Topics

#security #authentication #pin #biometric #lock-screen

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface, shared_preferences

More

Packages that depend on flutter_auth_screen

Packages that implement flutter_auth_screen