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

Real-time face liveness detection for Flutter. Blink, smile, and head-turn challenges with passive anti-spoofing. Camera permission handled internally.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add proveface

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

dependencies:
  proveface: ^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:proveface/proveface.dart';
0
likes
120
points
16
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Real-time face liveness detection for Flutter. Blink, smile, and head-turn challenges with passive anti-spoofing. Camera permission handled internally.

Repository (GitHub)
View/report issues

Topics

#face #liveness #biometrics #camera #anti-spoofing

License

MIT (license)

Dependencies

camera, face_anti_spoofing_detector, flutter, google_mlkit_face_detection, permission_handler

More

Packages that depend on proveface