usesense_flutter 2.4.9
usesense_flutter: ^2.4.9 copied to clipboard
Flutter plugin for UseSense human presence verification. Wraps native iOS and Android SDKs for DeepSense (device integrity), LiveSense (proof-of-life), and MatchSense (identity collision detection).
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add usesense_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
usesense_flutter: ^2.4.9Alternatively, 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:usesense_flutter/usesense_flutter.dart';