flutter_qr_mobile_vision icon indicating copy to clipboard operation
flutter_qr_mobile_vision copied to clipboard

Make it easier to implement better UI for barcode reading rather than instant

Open virtouso opened this issue 6 years ago • 1 comments

hi. thanks for your amazing package. your pacakge is easy to setup and works well but it misses an important feature. as you know in real apps its not an standard to make an event as fast as camera finds the barcode. detector only performs when the qr fills the defined frame. is this feature implemented in your package? if not how can i add this feature?

thanks for answering

virtouso avatar Jun 04 '19 18:06 virtouso

I'm going to try to implement this eventually but as you might have guessed from the lack of reply so far, I haven't had much chance to work on the plugin lately. In my app I actually do have a timeout-based capture, but just done in Dart - the first time I receive a barcode I record it, and then wait at least .5 s, and if the barcode is then read again, I accept it at that point.

rmtmckenzie avatar Apr 11 '20 21:04 rmtmckenzie