build_runner
and build_daemon
should be updated to use web_socket_channel
3.0.0.
#3678
Labels
needs-info
Additional information needed from the issue author
Recently, web_socket_channel has released a new version 3.0.0, which has breaking changes. There are several breaking changes in the new version, but I believe other than test code in
build_runner
,build_runner
andbuild_daemon
are not affected by the breaking changes.Relevant issue in
web_socket_channel
: dart-lang/web_socket_channel#340Steps to Reproduce
build_runner: ^2.4.9
andweb_socket_channel: ^2.4.4
. It should work fine.web_socket_channel
to^3.0.0
.Actual results
Environment
Flutter 3.19.6 with Dart 3.3.4 and MacOS 14.4.1, though host OS should not matter.
The text was updated successfully, but these errors were encountered: