mrz_sc_mlkit 1.0.0
mrz_sc_mlkit: ^1.0.0 copied to clipboard
An extension for the mrz_sc package that utilizes Google ML Kit Text Recognition for on-device parsing.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add mrz_sc_mlkitThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
mrz_sc_mlkit: ^1.0.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:mrz_sc_mlkit/mrz_sc_mlkit.dart';