fast_qr_reader_view
fast_qr_reader_view copied to clipboard
Not working on IOS
I use
fast_qr_reader_view: git: url: git://github.com/martflu/fast_qr_reader_view.git
But not work on IOS , just work on Android .
When i use
**fast_qr_reader_view : 0.1.5 ** work on IOS . How to work of both ??
Try
fast_qr_reader_view: git: url: https://github.com/adlanarifzr/fast_qr_reader_view.git
I had this problem, but found it was because I was awaiting stopping the qr code reader in the first line of the callback, which on iOS never returned, but on Android it did.