biometric_vault 1.1.0-dev.1 copy "biometric_vault: ^1.1.0-dev.1" to clipboard
biometric_vault: ^1.1.0-dev.1 copied to clipboard

Secure storage with optional biometric protection for Android, iOS, and macOS. Linux, Windows, and web fall back to unauthenticated storage.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add biometric_vault

With Flutter:

 $ flutter pub add biometric_vault

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

dependencies:
  biometric_vault: ^1.1.0-dev.1

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_vault/biometric_vault.dart';
0
likes
0
points
--
downloads

Publisher

unverified uploader

Secure storage with optional biometric protection for Android, iOS, and macOS. Linux, Windows, and web fall back to unauthenticated storage.

Repository (GitHub)
View/report issues

Topics

#biometrics #encryption #storage #security #secure-storage

License

unknown (license)

Dependencies

ffi, flutter, flutter_web_plugins, plugin_platform_interface, web, win32

More

Packages that depend on biometric_vault

Packages that implement biometric_vault