biometric_secure_vault
Secure key-value storage gated by biometric authentication with change detection and PIN fallback.
What this package is like to depend on
Last release 4 months ago
15 Apr 2026
Too new to tell
only 1 release windows
Nearly every release is documented
notes for 4 of 4 stable releases
Nothing withdrawn
no release was ever pulled
4 months old
4 releases · first in 2026
4 releases in the last 12 months
see the full history below
Release timeline
4 releases · Apr 2026 to Apr 2026Releases
latest 4-
1.2.115 Apr 2026Release notes
Open source →- Updated documentation to reflect the new
BiometricVault()factory constructor.
- Updated documentation to reflect the new
-
1.2.015 Apr 2026Release notes
Open source →- 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.
- Added factory constructor to
-
1.1.008 Apr 2026Release notes
Open source →- 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.
- Breaking Change: Migrated from
-
1.0.008 Apr 2026Release notes
Open source →- 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.
- Initial release of