konnectedscan 1.0.0 copy "konnectedscan: ^1.0.0" to clipboard
konnectedscan: ^1.0.0 copied to clipboard

EKYC Module built by Nexstream SDN BHD

KonnectedScan #

Getting started #

  1. Add these lines to your pubspec.yaml file under dependencies
dependencies:
    konnectedscan: ^0.0.3
  1. Methods
    1. init("your_apiKey", "your_appId") - init SDK with your registered account
    2. startDocumentScan(context, 0) - start document scan activity
      • supported documents (0 - IC reader, 1 - Passport reader)
    3. startLiveness("still", )
      • supported liveness type ("still", "meglive", "flash")
  2. Example
final konnectedscan = Konnectedscan();
await konnectedscan.init("your_apiKey", "your_appId");
EkycResult result = await konnectedscan.startDocumentScan(context, 0);

Native Implementation #

You may checkout README-Android.md for Android and README-iOS.md

1
likes
0
points
25
downloads

Publisher

unverified uploader

Weekly Downloads

EKYC Module built by Nexstream SDN BHD

Repository (GitLab)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on konnectedscan

Packages that implement konnectedscan