bcko / flutter_qrcode_reader

Flutter qrcode reader
MIT License
233 stars 92 forks source link

iOS 13 QRCodeReader got push down #51

Closed kenhuang closed 5 years ago

kenhuang commented 5 years ago

QRCodeReader got push down on iOS 13.1.2

Image from iOS (1)

kenhuang commented 5 years ago

I think is related to this change in iOS13: https://sarunw.com/posts/modality-changes-in-ios13/

kenhuang commented 5 years ago

Workaround for this issue: https://github.com/bcko/flutter_qrcode_reader/pull/53