liveness_capture 0.0.7 copy "liveness_capture: ^0.0.7" to clipboard
liveness_capture: ^0.0.7 copied to clipboard

A Flutter package for face liveness detection with configurable challenge types and auto-capture. Detect real human presence using smile, blink, and head turns.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add liveness_capture

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

dependencies:
  liveness_capture: ^0.0.7

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:liveness_capture/liveness_capture.dart';
4
likes
160
points
328
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter package for face liveness detection with configurable challenge types and auto-capture. Detect real human presence using smile, blink, and head turns.

Repository (GitHub)
View/report issues

Topics

#face-detection #liveness #camera #biometrics #photo

License

MIT (license)

Dependencies

camera, camera_android, camera_avfoundation, flutter, google_mlkit_commons, google_mlkit_face_detection, permission_handler

More

Packages that depend on liveness_capture