active_face_liveness 0.1.0
active_face_liveness: ^0.1.0 copied to clipboard
On-device active face liveness for Flutter using RGBW illumination, eye response, head turns, parallax, and replay evidence.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add active_face_livenessThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
active_face_liveness: ^0.1.0Alternatively, 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:active_face_liveness/active_face_liveness.dart';