biometric_guard 1.0.4 copy "biometric_guard: ^1.0.4" to clipboard
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 gate
  • BiometricRoute — navigation-level one-shot authentication gate
  • BiometricSessionManager — singleton session and auth state manager
  • SessionStateBuilder / SessionLockIndicator — reactive UI widgets
  • resumeOnForeground support — prompt re-appears when app returns from background
  • biometricOnly mode — disables PIN/pattern/password fallback
  • Typed AuthResult with AuthResultCode, AuthType, and helper getters
  • BiometricSessionManager.forTesting() for mock injection in tests
2
likes
160
points
158
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Flutter plugin for biometric and device authentication on Android & iOS, featuring session management, widget/navigation-level guards, and reactive UI state.

Repository (GitHub)
View/report issues

Topics

#biometrics #security #authentication #biometric-guard #device-auth

License

MIT (license)

Dependencies

flutter

More

Packages that depend on biometric_guard

Packages that implement biometric_guard