shaxxx / flutter_barcode_listener

Flutter widget to listen for scanned barcode via hardware scanners
MIT License
45 stars 46 forks source link

Only Works Properly after close and reopening the app #42

Open SeanKD opened 1 year ago

SeanKD commented 1 year ago

I'm having trouble with my Flutter app's barcode scanning feature on a Zebra MC3300 scanner. The BarcodeScannerField widget only works properly after I close and reopen the app. The first time I use the scanner, the widget doesn't get called at all. But when I restart the app, it magically starts working. Weirdly, this issue doesn't happen on a CipherLabs scanner.

https://stackoverflow.com/questions/76479000/flutter-app-only-works-properly-after-close-and-reopening