mintware-de / flutter_barcode_reader

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

[Feature Request] Scanning for codes in background #259

Closed timbrueckner closed 4 years ago

timbrueckner commented 4 years ago

We want to use the plugin to scan EAN codes of products rather fast without changing between Flutter UI and camera views.

Is it possible to not switch to the camera view but scanning for barcodes in the background somehow? The plugin could trigger a callback function when a code was scanned successfully.

jvieirar commented 4 years ago

I'm really interested on having this feature too. It would be really useful to stay in the scanner view and just get a callback with the result. Our idea is to show a popup in the same scanner view. Thanks!

FickleLife commented 4 years ago

+1. I’d like to split the screen in two, have the scanner rapidly scanning items above and below have the results show on each successful scan.

willyou commented 4 years ago

+1, we are very interested on having this feature too!

devtronic commented 4 years ago

Dupe of #147

timbrueckner commented 4 years ago

Sorry for responding late. I think the difference between #147 and this is, that I do NOT want a camera view. I want to stay in the UI of the Flutter application and let the camera scan for codes without switching to a camera view, but maybe I got it wrong. ☕️✌️+1 also for the suggestion of @FickleLife to be able to split the view.