face_liveness_custom_jf 1.0.8
face_liveness_custom_jf: ^1.0.8 copied to clipboard
A Flutter plugin for liveness detection with randomized challenge response method
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add face_liveness_custom_jfWith Flutter:
$ flutter pub add face_liveness_custom_jfThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
face_liveness_custom_jf: ^1.0.8Alternatively, 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:face_liveness_custom_jf/flutter_liveness_detection_randomized_plugin.dart';
import 'package:face_liveness_custom_jf/flutter_liveness_detection_randomized_plugin_method_channel.dart';
import 'package:face_liveness_custom_jf/flutter_liveness_detection_randomized_plugin_platform_interface.dart';
import 'package:face_liveness_custom_jf/index.dart';