biometric_secure_vault 1.2.1 copy "biometric_secure_vault: ^1.2.1" to clipboard
biometric_secure_vault: ^1.2.1 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 Flutter:

 $ flutter pub add biometric_secure_vault

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

dependencies:
  biometric_secure_vault: ^1.2.1

Alternatively, your editor might support 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
160
points
255
downloads

Documentation

API reference

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

MIT (license)

Dependencies

flutter, flutter_secure_storage, local_auth

More

Packages that depend on biometric_secure_vault