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

This package provides a stateful widget to perform local, on-device authentication of the user.

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.1.2

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
20
pub points
0%
popularity

Publisher

unverified uploader

This package provides a stateful widget to perform local, on-device authentication of the user.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, local_auth

More

Packages that depend on biometric_auth