-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to recognize the QR code from the image, the Codes are empty strings on Android and iOS #115
Comments
Hello @b-fab-michael, could you kindly share the demo image required to replicate your problem? Thank you. |
` ` This is my code. Please tell me. Is there anything else I need to improve? |
@khoren93 |
@b-fab-michael @ozkayas please check the v1.5.2. Thanks! |
Doesn't work with any QR code image I've tried. For testing purposes, I created a QR with an online tool from the string "Test123" and selected it with the file_selector package. Inside of the same widget: @OverRide @OverRide My Code: Output: |
It there any solution yet as I am also facing same issue. Not able to scan qr code from gallery image |
Same issue and I can't find any solution for that. Future _decodeQrCode() async { |
Any update on this? |
currently i am using this code and it works super good.
|
Please fix this issue as soon as possible, otherwise I'll have to add another image QR code recognition library for this.
Device:Xiaomi 13、iPhone 14 Pro
`I/flutter (30296): [E] zx.readBarcodeImagePathString : code==null --> false
I/flutter (30296): [E] zx.readBarcodeImagePathString : code.text -->
I/flutter (30296): [E] zx.readBarcodeImagePathString : code.text.length --> 0`
The text was updated successfully, but these errors were encountered: