authme_ekyc_sdk 2.7.7 authme_ekyc_sdk: ^2.7.7 copied to clipboard
A Flutter package of ekyc of authme.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add authme_ekyc_sdk
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
authme_ekyc_sdk: ^2.7.7
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:authme_ekyc_sdk/authme_ui_config.dart';
import 'package:authme_ekyc_sdk/ekyc_feature.dart';
import 'package:authme_ekyc_sdk/ekyc_locale.dart';
import 'package:authme_ekyc_sdk/ekyc_sdk_plugin_bridge.dart';
import 'package:authme_ekyc_sdk/ekyc_ssl.dart';