flutter_barcode_reader icon indicating copy to clipboard operation
flutter_barcode_reader copied to clipboard

Support for scanning multiple barcodes

Open kenthinson opened this issue 5 years ago • 7 comments

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!

kenthinson avatar Sep 11 '19 00:09 kenthinson

Good suggestion 🙂

devtronic avatar Feb 19 '20 23:02 devtronic

Any news on this issue?

gabrielrbarbosa avatar May 10 '20 22:05 gabrielrbarbosa

+1

willyou avatar Jun 14 '20 07:06 willyou

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

jvieirar avatar Jul 01 '20 01:07 jvieirar

any news on that feature ?

Jojoooo1 avatar Aug 21 '20 14:08 Jojoooo1

I would like to have this feature too

kakzaki avatar Sep 04 '20 03:09 kakzaki

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.

david-kalbermatten avatar Oct 02 '20 14:10 david-kalbermatten