zap_scan 1.1.2
zap_scan: ^1.1.2 copied to clipboard
Flutter scanning package for cards, barcodes, and IATA boarding passes using on-device OCR and EMV NFC.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add zap_scanThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
zap_scan: ^1.1.2Alternatively, 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:zap_scan/zap_scan.dart';