-
Notifications
You must be signed in to change notification settings - Fork 111
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
Flutter build web failing due to EventStreamProviders #318
Comments
Same here |
Palliative solution: |
Good! |
Hi - these most recent issues were likely caused by the release of Also, it looks porting this package to use |
#305 becomes relevant again because 2.4.3 is once-again reliant on |
This is the same situation for other packages that Flutter pins however. You need to use dependencies that are compatible with the versions that Flutter was built with. For package:web, that's:
|
(editor update: see below - we've reverted the
2.4.2
publish of this package).While running flutter build web the following error comes up, until yesterday the builds are working properly.
The new update on web_socket_channel:2.4.2 affected this error. We are not using this package directly but some of the packages are dependent on it.
ERROR LOGS :
The text was updated successfully, but these errors were encountered: