biometric_secure_vault 1.2.1
biometric_secure_vault: ^1.2.1 copied to clipboard
Secure key-value storage gated by biometric authentication with change detection and PIN fallback.
1.2.1 #
- Updated documentation to reflect the new
BiometricVault()factory constructor.
1.2.0 #
- Added factory constructor to
BiometricVaultinterface.- Allows users to instantiate the vault using
BiometricVault()instead ofBiometricVaultImpl(). - Simplifies API surface and improves encapsulation.
- Allows users to instantiate the vault using
- Internal cleanup and documentation updates.
1.1.0 #
- Breaking Change: Migrated from
freezedto native Dart 3 sealed classes.- Replaced
.when()/.maybeWhen()with nativeswitchexpressions and pattern matching.
- Replaced
- Removed
freezedandfreezed_annotationdependencies for a smaller package footprint. - Updated
BiometricVaultImplto use latestlocal_auth3.x patterns. - Improved API documentation for all result classes.
1.0.0 #
- Initial release of
biometric_secure_vault. - Secure key-value storage gated by biometric authentication.
- Support for FaceID, Fingerprint, and Iris scan.
- Optional device PIN/Passcode fallback.
- Biometric set change detection (detects when new fingerprints/faces are added to the device).
- Strictly typed result handling.
- Decoupled architecture for high reusability.