mrzscanner_flutter 1.0.17 mrzscanner_flutter: ^1.0.17 copied to clipboard
MRZ Scanner reads all MRZ on traveling documents following the ICAO 9303 Specification on Passports (2 – lines); MRV-B Visas (2 - lines); and ID cards (3 – lines).
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add mrzscanner_flutter
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
mrzscanner_flutter: ^1.0.17
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:mrzscanner_flutter/mrzscanner_flutter.dart';