usesense_flutter 2.4.5 copy "usesense_flutter: ^2.4.5" to clipboard
usesense_flutter: ^2.4.5 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 Dart:

 $ dart pub add usesense_flutter

With Flutter:

 $ flutter pub add usesense_flutter

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

dependencies:
  usesense_flutter: ^2.4.5

Alternatively, 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:usesense_flutter/usesense_flutter.dart';
1
likes
0
points
525
downloads

Documentation

Documentation

Publisher

unverified uploader

Weekly Downloads

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).

Homepage
Repository (GitHub)
View/report issues

Topics

#verification #kyc #liveness #biometrics #identity

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on usesense_flutter

Packages that implement usesense_flutter