biometric_auth 0.0.1 copy "biometric_auth: ^0.0.1" to clipboard
biometric_auth: ^0.0.1 copied to clipboard

outdated

This package provides a stateful widget to perform local, on-device authentication of the user referring to biometric authentication on iOS (Touch ID or lock code) and the fingerprint APIs on Android [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add biometric_auth

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

dependencies:
  biometric_auth: ^0.0.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_auth/biometric_auth.dart';
1
likes
0
pub points
0%
popularity

Publisher

unverified uploader

This package provides a stateful widget to perform local, on-device authentication of the user referring to biometric authentication on iOS (Touch ID or lock code) and the fingerprint APIs on Android (introduced in Android 6.0).

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, local_auth

More

Packages that depend on biometric_auth