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

A Flutter plugin for face liveness detection with randomized challenges to verify real human presence through facial movements.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add face_liveness_verifier

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

dependencies:
  face_liveness_verifier: ^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:face_liveness_verifier/face_liveness_verifier.dart';
2
likes
150
points
19
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for face liveness detection with randomized challenges to verify real human presence through facial movements.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

camera, collection, flutter, google_mlkit_face_detection, image, path_provider, screen_brightness

More

Packages that depend on face_liveness_verifier