dynamsoft_mrz_scanner_bundle_flutter 3.0.5200
dynamsoft_mrz_scanner_bundle_flutter: ^3.0.5200 copied to clipboard
DynamsoftMRZScannerBundle is a SDK designed to capture and extract user's information from machine-readable travel documents, especially ID cards and passports. Its sophisticated MRZ localization and [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add dynamsoft_mrz_scanner_bundle_flutter
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
dynamsoft_mrz_scanner_bundle_flutter: ^3.0.5200
Alternatively, 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:dynamsoft_mrz_scanner_bundle_flutter/dynamsoft_mrz_scanner_bundle_flutter.dart';