biometric_guard 1.0.4
biometric_guard: ^1.0.4 copied to clipboard
Flutter plugin for biometric and device authentication on Android & iOS, featuring session management, widget/navigation-level guards, and reactive UI state.
1.0.4 #
- Minimum iOS version raised from 12.0 to 13.0
1.0.3 #
ios- fixed - Reorganized iOS Swift source files into Swift Package Manager–compatible project structure- Resolved static analysis and lint warnings
- Minor internal code and test cleanup
1.0.2 #
ios— feature - - Added Swift Package Manager (SPM) support for iOS.- Improved example app implementation and code structure.
1.0.1 #
BiometricGuard— widget - Fixed navigation to the previous screen when biometric authentication is cancelled.- Fixed broken image links in README for better visibility on pub.dev.
1.0.0 #
- Initial release
BiometricGuard— widget-level session-aware authentication gateBiometricRoute— navigation-level one-shot authentication gateBiometricSessionManager— singleton session and auth state managerSessionStateBuilder/SessionLockIndicator— reactive UI widgetsresumeOnForegroundsupport — prompt re-appears when app returns from backgroundbiometricOnlymode — disables PIN/pattern/password fallback- Typed
AuthResultwithAuthResultCode,AuthType, and helper getters BiometricSessionManager.forTesting()for mock injection in tests