package:build v3.1.0
·
79 commits
to master
since this release
- Deprecate
runBuilder. It has been moved topackage:build_runner_coreand
will be removed frompackage:build. Please note: the currently supported
ways to run builders are usingbuild_runneron the command line or
build_testin tests. If you need ongoing support for a different way to run
builders please get in touch at
https://github.com/dart-lang/build/discussions. - Deprecate
runPostProcessBuilder. LikerunBuilder, it has been moved to
package:build_runner_coreand will be removed frompackage:build. - Deprecate
AssetWriterSpy. It will be removed. - Deprecate
MultiplexingBuilder. It will be removed. - Use
build_runner_core9.3.1.