human_security 0.0.1
human_security: ^0.0.1 copied to clipboard
On-device face liveness verification with ML Kit active challenges, TFLite anti-spoofing, and optional face identity matching.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add human_securityWith Flutter:
$ flutter pub add human_securityThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
human_security: ^0.0.1Alternatively, 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:human_security/human_security.dart';