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

A Flutter plugin to detect biometric data changes (Face ID, Touch ID, Fingerprint). Protects against unauthorized biometric enrollment.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add did_change_authlocal

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

dependencies:
  did_change_authlocal: ^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:did_change_authlocal/did_change_authlocal.dart';
22
likes
160
points
7.6k
downloads

Documentation

API reference

Publisher

verified publisherdarthvm.dev

Weekly Downloads

A Flutter plugin to detect biometric data changes (Face ID, Touch ID, Fingerprint). Protects against unauthorized biometric enrollment.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on did_change_authlocal

Packages that implement did_change_authlocal