authme_ekyc_sdk 3.0.1
authme_ekyc_sdk: ^3.0.1 copied to clipboard
Flutter plugin for the AuthMe eKYC SDK: OCR-based identity document recognition (Taiwan + 12 other regions), liveness detection, and NFC passport verification on iOS and Android.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add authme_ekyc_sdkThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
authme_ekyc_sdk: ^3.0.1Alternatively, 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';