fast_qr_reader_view icon indicating copy to clipboard operation
fast_qr_reader_view copied to clipboard

Not working on IOS

Open bachbonglong opened this issue 5 years ago • 2 comments

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 ??

bachbonglong avatar Jul 17 '19 02:07 bachbonglong

Try

fast_qr_reader_view: git: url: https://github.com/adlanarifzr/fast_qr_reader_view.git

adlanarifzr avatar Jul 19 '19 12:07 adlanarifzr

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.

rknell avatar Aug 17 '19 11:08 rknell