mytm_liveness_sdk 1.0.0
mytm_liveness_sdk: ^1.0.0 copied to clipboard
Liveness and KYC SDK for Flutter — passport and ID capture, MRZ, NFC chip reading, selfie liveness, face match, and backend verification.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add mytm_liveness_sdkThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
mytm_liveness_sdk: ^1.0.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:mytm_liveness_sdk/mytm_liveness_sdk.dart';