biometric_secure_vault 1.0.0 copy "biometric_secure_vault: ^1.0.0" to clipboard
biometric_secure_vault: ^1.0.0 copied to clipboard

Secure key-value storage gated by biometric authentication with change detection and PIN fallback.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add biometric_secure_vault

With Flutter:

 $ flutter pub add biometric_secure_vault

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  biometric_secure_vault: ^1.0.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:biometric_secure_vault/biometric_secure_vault.dart';
2
likes
0
points
256
downloads

Publisher

verified publishershakyapurna.com.np

Weekly Downloads

Secure key-value storage gated by biometric authentication with change detection and PIN fallback.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_secure_storage, freezed_annotation, local_auth

More

Packages that depend on biometric_secure_vault