combined_barcode_scanner_blue_bird

Creator: coderz1093

Last updated:

0 purchases

combined_barcode_scanner_blue_bird Image
combined_barcode_scanner_blue_bird Images
Add to Cart

Description:

combined barcode scanner blue bird

Blue bird combined scanner implementation #
This implementation of a combined scanner (see https://pub.dev/packages/combined_barcode_scanner)
uses the https://pub.dev/packages/blue_bird_scanner package to interface with the
blue bird hardware scanners.
Please follow the installation instructions in https://pub.dev/packages/combined_barcode_scanner
Example #
BarcodeScannerWidget(
controller: _controller,
onScan: (code) {
if (kDebugMode) {
print("GOT BARCODE =========== ${code.code}");
}
},
configuration: const ScannerConfiguration(
enableFormats: {BarcodeFormat.qr},
),
scanners: [BlueBirdBarcodeScanner()],
);
copied to clipboard

License

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

Files In This Product:

Customer Reviews

There are no reviews.