flutter_auth_screen 0.1.5
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 #
- Updated contact email to vaibhavnayakoctt@gmail.com
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
WillPopScopewithPopScopefor Flutter 3.12+ compatibility - Replaced deprecated
withOpacitywithwithValues(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_shieldtocom.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_shieldtoflutter_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)