zap_scan 1.0.2 copy "zap_scan: ^1.0.2" to clipboard
zap_scan: ^1.0.2 copied to clipboard

High-precision Flutter scanning engine for credit 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 Dart:

 $ dart pub add zap_scan

With Flutter:

 $ flutter pub add zap_scan

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

dependencies:
  zap_scan: ^1.0.2

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

Publisher

unverified uploader

Weekly Downloads

High-precision Flutter scanning engine for credit 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

unknown (license)

Dependencies

camera, flutter, google_mlkit_commons, nfc_manager

More

Packages that depend on zap_scan

Packages that implement zap_scan