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

Passive face liveness detection, face template extraction, and cosine-similarity face matching for Flutter (iOS & Android).

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_biometric_liveness

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

dependencies:
  flutter_biometric_liveness: ^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:flutter_biometric_liveness/flutter_biometric_liveness.dart';
1
likes
130
points
0
downloads

Documentation

API reference

Publisher

verified publisherfacenova.uk

Weekly Downloads

Passive face liveness detection, face template extraction, and cosine-similarity face matching for Flutter (iOS & Android).

Repository (GitHub)

License

unknown (license)

Dependencies

camera, cupertino_icons, flutter, flutter_tts, google_mlkit_face_detection, image, package_info_plus, permission_handler, shared_preferences, url_launcher

More

Packages that depend on flutter_biometric_liveness

Packages that implement flutter_biometric_liveness