combined_barcode_scanner_blue_bird 1.1.0 copy "combined_barcode_scanner_blue_bird: ^1.1.0" to clipboard
combined_barcode_scanner_blue_bird: ^1.1.0 copied to clipboard

PlatformAndroid

Combined Barcode scanner package that interfaces with blue bird scanners

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()],
);
0
likes
150
points
171
downloads

Publisher

verified publishericapps.com

Weekly Downloads

Combined Barcode scanner package that interfaces with blue bird scanners

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

blue_bird_scanner, combined_barcode_scanner, flutter

More

Packages that depend on combined_barcode_scanner_blue_bird