-
Notifications
You must be signed in to change notification settings - Fork 141
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
GitHubFile.text throws exception #190
Comments
Thanks for submitting an issue! @robrbecker will take a look soon! |
@js94766524 I'll take a look today. Do you have a copy of the JSON that it is trying to parse? Is there any more to the stacktrace that might indicate what method in github.dart library that is the problem. All I can tell from this is that the problem is happening when deserializing a RepositoryContents class. |
@js94766524 Please try the 6.0.1 release and if you are still having the same problem, re-open this issue. |
@js94766524 Update .. this should be fixed in 6.0.2 |
It works~ |
the version 6.0.0 seems something is wrong when decoding content from base64 string to utf8.
this exception didn't appear with version 5.0.0
flutter doctor
The text was updated successfully, but these errors were encountered: