dynamsoft_mrz_scanner_bundle_flutter 3.2.3000
dynamsoft_mrz_scanner_bundle_flutter: ^3.2.3000 copied to clipboard
The Dynamsoft MRZ Scanner Flutter SDK provides a wrapper for building MRZ scanning applications with Flutter SDK.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add dynamsoft_mrz_scanner_bundle_flutterThis 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.2.3000Alternatively, 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';