flutter_auth_screen 0.1.0
flutter_auth_screen: ^0.1.0 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.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)