idto_flutter 0.3.0
idto_flutter: ^0.3.0 copied to clipboard
Flutter wrapper for the IDto identity verification web SDK. Runs the IDto CDN bundle inside an in-app WebView and bridges config in and verification callbacks out.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add idto_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
idto_flutter: ^0.3.0Alternatively, 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:idto_flutter/idto_flutter.dart';