-
Notifications
You must be signed in to change notification settings - Fork 50
make web package support > 1.0.0 and < 2.0.0 #134
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
Comments
Same! A lot of recent versions of popular packages, including
Users have to apply this temporary fix in every package of their project which is inconvenient: dependency_overrides:
web: 1.1.0 |
any chance we could get #143 merged to resolve this issue? :) |
It seems like segment has "addressed" this here. https://github.com/segmentio/analytics_flutter/pull/149/files |
thanks |
Uh oh!
There was an error while loading. Please reload this page.
I got the following error on my app
the solution is very simple
make web package support > 1.0.0 and < 2.0.0
I solved it in my project by
The text was updated successfully, but these errors were encountered: