-
Notifications
You must be signed in to change notification settings - Fork 362
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
NoSuchMethodError: The method 'openUrl' was called on null. #191
Comments
I can't replicate the issue with this minimal example:
However, I see you're working with Flutter, and one that seems a little old. |
seen this issue in flutter |
@rakeshlanjewarwork can you please provide more information. |
Having the same issue when i make http GET request call, how do you resolve it @ottomated ? thanks |
Are you calling |
Change the http library to dio, simple but powerful. |
I had the same issue, a full restart of the debugged app solved it. Edit : it turns out it was my code, I disposed it and tried to use it again (quite difficult to find out) |
Expected
http.Client() should make a request
Behavior
When making a request a minute or two after a client is opened, it errors with the following stacktrace:
My code is:
Environment
The text was updated successfully, but these errors were encountered: