New
package:build_runner v2.11.0
- Add
--workspaceflag. Use it withdart run build_runner buildorwatchto build or watch or all packages in the current workspace. It is currently experimental and subject to change based on feedback, please add feedback at https://github.com/dart-lang/build/discussions/4349. - Bug fix: fix crash in corner case with post process builder, optional builder
and output used for
--output,watchorserve. - Bug fix: fix crash in corner case with
watchorservewhen builders depend on generated files in the current build.