webdev-v3.0.0
What's Changed
- Add
--enable-experiment
flag to webdev commands and pass it
to the build runner and the expression compiler service. - Update SDK constraint to
>=3.0.0-134.0.dev <4.0.0
. - Update
package:vm_service
constraint to>=10.1.0 <12.0.0
. - Make all tests use sound null safety fixtures.
Breaking changes
- Support Dart 3.0-alpha breaking changes:
- Do not pass
--(no)-sound-null-safety
flag to build daemon. - Update
build_web_compilers
constraint to^4.0.0
. - Update
build_runner
constraint to^2.4.0
. - Support changes in the SDK layout for Dart 3.0.
- Do not pass
Full Changelog: webdev-v2.7.12...webdev-v3.0.0