kelcy_local_auth 1.0.1 copy "kelcy_local_auth: ^1.0.1" to clipboard
kelcy_local_auth: ^1.0.1 copied to clipboard

PlatformAndroid

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_auth

This 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.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:kelcy_local_auth/auth_strings.dart';
import 'package:kelcy_local_auth/error_codes.dart';
import 'package:kelcy_local_auth/local_auth.dart';
0
likes
135
points
30
downloads

Publisher

unverified uploader

Weekly Downloads

Android-only Flutter plugin for local authentication via fingerprint, touch ID, face ID, passcode, pin, or pattern. Based on the original local_auth plugin.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_plugin_android_lifecycle, intl, meta, platform

More

Packages that depend on kelcy_local_auth

Packages that implement kelcy_local_auth