onfido_sdk 2.0.0 copy "onfido_sdk: ^2.0.0" to clipboard
onfido_sdk: ^2.0.0 copied to clipboard

This library aims to help flutter developers integrating with the Onfido SDK.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add onfido_sdk

With Flutter:

 $ flutter pub add onfido_sdk

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

dependencies:
  onfido_sdk: ^2.0.0

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:onfido_sdk/onfido_sdk.dart';
14
likes
0
pub points
89%
popularity

Publisher

verified publisheronfido.com

This library aims to help flutter developers integrating with the Onfido SDK.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on onfido_sdk