facundomedica / fast_qr_reader_view

A Fast QR Reader widget for Flutter. For both Android and iOS
MIT License
295 stars 163 forks source link

Not working on IOS #53

Open bachbonglong opened 4 years ago

bachbonglong commented 4 years ago

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

adlanarifzr commented 4 years ago

Try

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

rknell commented 4 years ago

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.