zxing_barcode_scanner 1.0.3 copy "zxing_barcode_scanner: ^1.0.3" to clipboard
zxing_barcode_scanner: ^1.0.3 copied to clipboard

A barcode scanner plugin for Flutter using ZXing-C++ on Android and iOS.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add zxing_barcode_scanner

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

dependencies:
  zxing_barcode_scanner: ^1.0.3

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:zxing_barcode_scanner/zxing_barcode_scanner.dart';
0
likes
145
points
2
downloads

Publisher

verified publishershirisharyal.com.np

Weekly Downloads

A barcode scanner plugin for Flutter using ZXing-C++ on Android and iOS.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, pigeon

More

Packages that depend on zxing_barcode_scanner

Packages that implement zxing_barcode_scanner