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

Modern, customizable Flutter plugin for PIN-based authentication with biometric support and lockout protection. Pure UI components with zero business logic - perfect for adding PIN authentication to your app.

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
0
points
208
downloads

Publisher

unverified uploader

Weekly Downloads

Modern, customizable Flutter plugin for PIN-based authentication with biometric support and lockout protection. Pure UI components with zero business logic - perfect for adding PIN authentication to your app.

Repository (GitHub)
View/report issues

Topics

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

Documentation

Documentation

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on flutter_auth_screen

Packages that implement flutter_auth_screen