usesense_flutter 2.4.9 copy "usesense_flutter: ^2.4.9" to clipboard
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_flutter

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

dependencies:
  usesense_flutter: ^2.4.9

Alternatively, 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';
1
likes
140
points
525
downloads

Documentation

Documentation
API reference

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
Contributing

Topics

#verification #kyc #liveness #biometrics #identity

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on usesense_flutter

Packages that implement usesense_flutter