biometric_vault 1.1.0-dev.1
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_vaultWith Flutter:
$ flutter pub add biometric_vaultThis 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.1Alternatively, 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';