nuage_biometrique 0.0.3 copy "nuage_biometrique: ^0.0.3" to clipboard
nuage_biometrique: ^0.0.3 copied to clipboard

A Flutter plugin that provides biometric authentication capabilities for Android and iOS applications, allowing secure user verification through fingerprint, face ID, and other biometric methods.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add nuage_biometrique

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

dependencies:
  nuage_biometrique: ^0.0.3

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:nuage_biometrique/nuage_biometrique.dart';
0
likes
135
points
43
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin that provides biometric authentication capabilities for Android and iOS applications, allowing secure user verification through fingerprint, face ID, and other biometric methods.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, local_auth, plugin_platform_interface

More

Packages that depend on nuage_biometrique

Packages that implement nuage_biometrique