Closed bc-lee closed 3 months ago
cc. @brianquinlan
I tried to do this but it isn't clear how to migrate our tests so I am blocked on https://github.com/dart-lang/web_socket_channel/issues/358 for now.
This should have been fixed as of the 4.0.2 release of package:build_daemon
:
https://github.com/dart-lang/build/blob/master/build_daemon/pubspec.yaml#L22
and the 2.4.10 release of package:build_runner
:
https://github.com/dart-lang/build/blob/master/build_runner/pubspec.yaml#L48
Can we close the issue now?
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
: https://github.com/dart-lang/web_socket_channel/issues/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.