mintware-de / flutter_barcode_reader

A flutter plugin for reading 2D barcodes and QR codes.
MIT License
628 stars 463 forks source link

Support for scanning multiple barcodes #147

Open kenthinson opened 4 years ago

kenthinson commented 4 years ago

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!

devtronic commented 4 years ago

Good suggestion 🙂

gabrielrbarbosa commented 4 years ago

Any news on this issue?

willyou commented 4 years ago

+1

jvieirar commented 4 years ago

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

Jojoooo1 commented 4 years ago

any news on that feature ?

kakzaki commented 3 years ago

I would like to have this feature too

david-kalbermatten commented 3 years ago

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.