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

PlatformAndroid

A scanner plugin for integration with unitech mobile scanners

Unitech combined scanner implementation #

This implementation of a combined scanner (see https://pub.dev/packages/combined_barcode_scanner) interfaces with the unitech 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: [UnitechBarcodeScanner()],
);
0
likes
140
pub points
24%
popularity

Publisher

unverified uploader

A scanner plugin for integration with unitech mobile 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_unitech