liveness_capture 0.0.2 copy "liveness_capture: ^0.0.2" to clipboard
liveness_capture: ^0.0.2 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 Dart:

 $ dart pub add liveness_capture

With Flutter:

 $ flutter pub add liveness_capture

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

dependencies:
  liveness_capture: ^0.0.2

Alternatively, your editor might support dart pub get or 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
0
points
363
downloads

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

unknown (license)

Dependencies

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

More

Packages that depend on liveness_capture