biometric_security 0.1.0 copy "biometric_security: ^0.1.0" to clipboard
biometric_security: ^0.1.0 copied to clipboard

Unified biometric security for Flutter: hardware-backed key management, biometric-gated encrypted storage, app-lock, and availability detection on Android and iOS.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add biometric_security

With Flutter:

 $ flutter pub add biometric_security

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

dependencies:
  biometric_security: ^0.1.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_security/biometric_security.dart';
2
likes
0
points
244
downloads

Publisher

unverified uploader

Weekly Downloads

Unified biometric security for Flutter: hardware-backed key management, biometric-gated encrypted storage, app-lock, and availability detection on Android and iOS.

Repository (GitHub)
View/report issues

Topics

#biometrics #security #authentication #encryption #keystore

License

unknown (license)

Dependencies

cryptography, flutter, plugin_platform_interface

More

Packages that depend on biometric_security

Packages that implement biometric_security