-
Notifications
You must be signed in to change notification settings - Fork 2
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
Invalid value: Not in inclusive range #2
Comments
same as me, RangeError (index): Invalid value: Not in inclusive range 0..1155: 1156 |
Hi, I have found a solution for my use case so maybe it will help some1 too:
I hope I explained it clear enough and I also hope that no other signs will cause trouble but I will wrap decoding method in try & catch just to be safe. |
@davidcz95 Thank you so much. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
Is there anything we can do for this annoying problem when the encoder encodes string with backslashes etc and then dart can't read it correctly and I am still getting Invalid value: Not in inclusive range when decoding it
The text was updated successfully, but these errors were encountered: