Closed
Description
The integration test for creating a new Dart Web project is failing and currently skipped because it takes too long to timeout on the failure. #51037
I believe these are the steps remaining to get it working:
- Publish
build_web_compilers
compatible with Dart 3.0.0-134.0.dev (already done v4.0.0). - Publish
dwds
compatible with Dart 3.0.0-134.0.dev. - Publish
webdev
compatible withdwds
andbuild_web_compilers
that are compatible with Dart 3.0.0-134.0.dev. - Update dartdev web template to depend on
build_web_compilers: 4.0.0
.