-
-
Notifications
You must be signed in to change notification settings - Fork 628
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
graphql-flutter not working in flutter web #683
Comments
I got the same error in beta, dev and master. |
I had the same issue. Notice for more details: it looks like there is a problem with dependency connectivity 0.4.9 which uses connectivity_for_web 0.3.0 because I got 404 error for connectivity_for_web.dart |
Here is the root cause: flutter/flutter#60855. dependency_overrides:
connectivity_for_web: ^0.3.1 |
Closed by #754 |
Describe the bug
I am using graphql-flutter v3.0.1 for a project of flutter web. Last week, it worked very well. Now, it no longer works.
I am using flutter in channel beta with version 1.12.13+hotfix.6
The text was updated successfully, but these errors were encountered: