Closed nicks258 closed 3 years ago
i second this, i can't seem to implement this
The continuous scan will scan the barcode until the user press cancel. You need to make changes to the native part to achieve this requirement.
You can always fork the repo and play around.
Closing this issue for now, feel free to open a new issue if any problem faced in the plugin.
Pitty you just closed this issue, adding the feature would increase the value of your nice component. Having the same problem and find this is quiet common. When scanning for a valid barcode quiet often invalid ones come along. In this case you scan as long as you find a valid one or user cancels. Did not find a way to handle the first case.
Hi @AmolGangadhare, I just saw there is already an implementation in the pipeline. If you merge PR https://github.com/AmolGangadhare/flutter_barcode_scanner/pull/246 the solution will be in place, I guess.
Hi Thanks for the plugin. I am using continues scan stream for doing multiple scans but i want to stop scanner after 3-4 scans. can you please suggest how to do this Thanks