barcode_input_listener library

Classes

BarcodeInputListener
BarcodeInputListener is a widget that captures keyboard events to process barcodes. It listens for key events and buffers characters within the specified bufferDuration. Once a complete barcode is detected, it triggers the provided onBarcodeScanned callback.

Typedefs

BarcodeScannedVoidCallBack = void Function(String barcode)