khoren93 / flutter_zxing

Flutter plugin for scanning and generating QR codes using the ZXing library, supporting Android, iOS, and desktop platforms
https://pub.dev/packages/flutter_zxing
MIT License
89 stars 50 forks source link

ReaderWidget onScan never called on iOS #90

Closed dhiyaulhaqZA closed 1 year ago

dhiyaulhaqZA commented 1 year ago

Hi, I can't scan QRCode on iOS. ReaderWidget onScan is never called, it is always scanning.

flutter_zxing: ^1.1.2

Tested on iPhone XR (iOS 16.1.2)

Works fine on my Android phone.

iulianxpopa commented 1 year ago

Same here! (tested only on iOS for now)

@dhiyaulhaqZA have you found anything?

softkot commented 1 year ago

Upgrading from 1.0.0 to 1.1.1 broke ios code recognition, meanwile android works fine.

khoren93 commented 1 year ago

Hello,

I'm pleased to announce that version 1.2.0 is now available. This latest version has been released to address the iOS detection issue that some users have been experiencing.

To temporarily resolve the issue, I've downgraded the image version from v4.0 to v3.0. Please note that this is a temporary fix and a more permanent solution will be provided in the next releases.

If you encounter any issues or have any feedback about the new version, please let me know.

Thank you for your support!

Best regards, Khoren

dhiyaulhaqZA commented 1 year ago

Fixed on v1.2.0

Thanks