flutter_barcode_reader
flutter_barcode_reader copied to clipboard
Support for scanning multiple barcodes
Does this support scanning multiple barcodes without automatically popping back to the previous view? If so how? I see I can call BarcodeScanner.scan().asStream(); Am I headed in the right direction with this? thanks!
Good suggestion 🙂
Any news on this issue?
+1
This feature would be awesome! Just a callback on scan without closing the camera view or yes, an stream.
I think this issue is related: https://github.com/mintware-de/flutter_barcode_reader/issues/259
any news on that feature ?
I would like to have this feature too
I'll add my two cents here then...
I noticed that the scanner is not invoking a wakelock to keep the screen on while scanning. I don't know whether or not this deserves a separate issue/feature request. I can kind of circumvent the issue right for now, since the scanner closes every so often and re-engages the wakelock, however, if you consider adding the continuous mode you'd have to also address the wakelock issue.