combined_barcode_scanner_zebra 1.0.0 copy "combined_barcode_scanner_zebra: ^1.0.0" to clipboard
combined_barcode_scanner_zebra: ^1.0.0 copied to clipboard

PlatformAndroid

Combined Barcode scanner package that interfaces with zebra scanners

Zebra combined scanner implementation #

This implementation of a combined scanner (see https://pub.dev/packages/combined_barcode_scanner) interfaces with the zebra hardware scanners to implement scanning behaviour

Please follow the installation instructions in https://pub.dev/packages/combined_barcode_scanner

Example #

final widget = BarcodeScannerWidget(
  controller: _controller,
  onScan: (code) {
    if (kDebugMode) {
      print("GOT BARCODE =========== ${code.code}");
    }
  },
  configuration: const ScannerConfiguration(
    enableFormats: {BarcodeFormat.qr},
  ),
  scanners: [ZebraBarcodeScanner('myProfile')],
);
1
likes
140
pub points
37%
popularity

Publisher

unverified uploader

Combined Barcode scanner package that interfaces with zebra scanners

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

combined_barcode_scanner, flutter

More

Packages that depend on combined_barcode_scanner_zebra