barcode_scan2 icon indicating copy to clipboard operation
barcode_scan2 copied to clipboard

[Feature Request] Continuous reading mode

Open limenote135 opened this issue 3 years ago • 3 comments

Is your feature request related to a problem? Please describe. The original issue is: https://github.com/mintware-de/flutter_barcode_reader/issues/147 I want to read multiple barcodes without closing the camera each time.

Additional context I'm using ai_barcode package which doesn't close the camera automatically and provides a callback called when a barcode is read, but this package isn't null-safety yet. https://pub.dev/documentation/ai_barcode/latest/ai_barcode/ScannerController/ScannerController.html

limenote135 avatar Apr 23 '21 06:04 limenote135

I'm welcome the pull request 👀

mono0926 avatar Apr 23 '21 08:04 mono0926

Sorry, it would be good if I can do that but I don't have any iOS devices 😢

limenote135 avatar Apr 23 '21 11:04 limenote135

You can just work with a loop if thats an option for you? Just call the function again after the result till the user taps to cancel.

as-85 avatar May 30 '22 22:05 as-85