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

Secure biometric authentication and keystore-based signature system for Flutter, providing both simple and advanced fingerprint/face unlock features.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add fingerprint_pro

With Flutter:

 $ flutter pub add fingerprint_pro

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

dependencies:
  fingerprint_pro: ^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:fingerprint_pro/fingerprint_pro.dart';
0
likes
0
points
14
downloads

Publisher

unverified uploader

Weekly Downloads

Secure biometric authentication and keystore-based signature system for Flutter, providing both simple and advanced fingerprint/face unlock features.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

crypto, flutter, local_auth, plugin_platform_interface

More

Packages that depend on fingerprint_pro

Packages that implement fingerprint_pro