liveness_flutter 0.4.4
liveness_flutter: ^0.4.4 copied to clipboard
Plug-and-play liveness detection for Flutter. Configure action sequences like blink and smile, capture images or video, and send verification results to your backend.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add liveness_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
liveness_flutter: ^0.4.4Alternatively, 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:liveness_flutter/liveness_flutter.dart';