gold_local_auth 1.0.2 copy "gold_local_auth: ^1.0.2" to clipboard
gold_local_auth: ^1.0.2 copied to clipboard

Flutter plugin for Android and iOS device authentication sensors such as Fingerprint Reader and Touch ID.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add gold_local_auth

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

dependencies:
  gold_local_auth: ^1.0.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:gold_local_auth/local_auth.dart';
import 'package:gold_local_auth/auth_strings.dart';
import 'package:gold_local_auth/error_codes.dart';
0
likes
25
pub points
0%
popularity

Publisher

unverified uploader

Flutter plugin for Android and iOS device authentication sensors such as Fingerprint Reader and Touch ID.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, flutter_plugin_android_lifecycle, intl, meta, platform

More

Packages that depend on gold_local_auth