sorty_kyc_capture 0.1.0
sorty_kyc_capture: ^0.1.0 copied to clipboard
Flutter KYC package with document scanning, real-time liveness selfie detection via ML Kit, and automatic JPEG compression under 800 KB.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add sorty_kyc_captureThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
sorty_kyc_capture: ^0.1.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:sorty_kyc_capture/sorty_kyc_capture.dart';