zxing_widget

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

zxing widget

ZXing Widget(Dart) #

A Barcode Generator Widget that can be embedded inside flutter. It uses zxing-dart for all platforms.









ZXing Dart



ZXing Widget



ZXing Scanner




Features #

✅ QRCode
✅ PDF417 code
✅ DataMatrix code
✅ AZTec code
✅ OneDemension code
✅ Paint callback
✅ Customize color

Preview #

Getting started #
flutter pub add zxing_widget
Usage #
See /example folder.
Scan from camera
BarcodeWidget(
QrcodePainter(
'qrcode data',
errorCorrectionLevel: ErrorCorrectionLevel.H,
foregroundColor: Colors.blue,
),
size: const Size(200, 200),
),
copied to clipboard
Additional information #
This package depends on zxing_lib witch is a pure dart port of ZXing.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.