KonnectedScan
Getting started
- Add these lines to your pubspec.yaml file under dependencies
dependencies:
konnectedscan: ^0.0.3
- Methods
- init("your_apiKey", "your_appId") - init SDK with your registered account
- startDocumentScan(context, 0) - start document scan activity
- supported documents (0 - IC reader, 1 - Passport reader)
- startLiveness("still", )
- supported liveness type ("still", "meglive", "flash")
- 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