zap_scan 1.1.2 copy "zap_scan: ^1.1.2" to clipboard
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_scan

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  zap_scan: ^1.1.2

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:zap_scan/zap_scan.dart';
0
likes
150
points
147
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Flutter scanning package for cards, barcodes, and IATA boarding passes using on-device OCR and EMV NFC.

Repository (GitHub)
View/report issues

Topics

#scanner #ocr #nfc #card #barcode

License

MIT (license)

Dependencies

camera, flutter, flutter_web_plugins, google_mlkit_commons, nfc_manager

More

Packages that depend on zap_scan

Packages that implement zap_scan