barcode_scan2
barcode_scan2 copied to clipboard
[Feature Request] Continuous reading mode
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
I'm welcome the pull request 👀
Sorry, it would be good if I can do that but I don't have any iOS devices 😢
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.