idenfy_sdk_flutter 2.6.2
idenfy_sdk_flutter: ^2.6.2 copied to clipboard
iDenfy SDK for Flutter. iDenfy - all-in-one identity verification and fraud prevention platform helping in remote users on-boarding, mitigation of risk, and KYC/AML compliance.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add idenfy_sdk_flutter
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
idenfy_sdk_flutter: ^2.6.2
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:idenfy_sdk_flutter/idenfy_sdk_flutter.dart';