kelcy_local_auth 1.0.1
kelcy_local_auth: ^1.0.1 copied to clipboard
Android-only Flutter plugin for local authentication via fingerprint, touch ID, face ID, passcode, pin, or pattern. Based on the original local_auth plugin.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add kelcy_local_authThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
kelcy_local_auth: ^1.0.1Alternatively, 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:kelcy_local_auth/auth_strings.dart';
import 'package:kelcy_local_auth/error_codes.dart';
import 'package:kelcy_local_auth/local_auth.dart';