You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Device (please complete the following information):
Motorola moto G8, Android 11
Screenshots
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.
The text was updated successfully, but these errors were encountered:
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.
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.Device (please complete the following information):
Motorola moto G8, Android 11
Screenshots
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.
The text was updated successfully, but these errors were encountered: