MongkolJ
Results
1
comments of
MongkolJ
I have had the same problem. Enable flag `useKeyDownEvent` did work for me. ``` BarcodeKeyboardListener( useKeyDownEvent: true, bufferDuration: const Duration(milliseconds: 2500), onBarcodeScanned: (barcode) async {}, ) ```