mrzscanner_flutter 1.0.14 mrzscanner_flutter: ^1.0.14 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 Dart:
$ dart pub add mrzscanner_flutter
With Flutter:
$ flutter pub add mrzscanner_flutter
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
mrzscanner_flutter: ^1.0.14
Alternatively, your editor might support dart pub get
or 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';