Skip to content
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

[BUG] Scanning a QR code gives me a wrong value #360

Open
FilipLjubic opened this issue Jul 12, 2021 · 2 comments
Open

[BUG] Scanning a QR code gives me a wrong value #360

FilipLjubic opened this issue Jul 12, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@FilipLjubic
Copy link

FilipLjubic commented Jul 12, 2021

Describe the bug
I scan a QR code and instead of getting a long text (FE9C12483D5601933B56E6BF4EB57CBED2E1B8BF7B4BF9104D10910A5C11F449), I get what's written below it (8CD2D6DC7518D633).

Flutter information
Always provide the output of flutter doctor -v as it is needed in order to know on which Flutter versions the bug exists in.
Screenshot from 2021-07-12 17-05-57

Device (please complete the following information):
Motorola moto G8, Android 11

Screenshots
image
I get what's written below the card instead of some long hidden value.

Additional context
Scanning with camera or other qr code scanner apps gives me the long code.

@FilipLjubic FilipLjubic added the bug Something isn't working label Jul 12, 2021
@FilipLjubic
Copy link
Author

I tried scanning it again today and now it scans the code correctly. How does this happen?

@Allyanora
Copy link

I also noticed that sometimes on more complex qr codes (more data encoded) it wrongly parses the value as a series of numbers instead of the actual string(it scans something like 104639486253865 instead of a long text). If I insist on the scanner long enough and wait for the stream to re-scan, it eventually scans the correct one, but it takes awhile.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants