build_version 2.1.1 build_version: ^2.1.1 copied to clipboard
A builder for extracting a package version into code.
2.1.1 #
- Fix cas where builder would apply to any nested directories with a
pubspec.yaml
file.
2.1.0 #
- Make the path of the generated output configurable
2.0.3 #
- Support the latest
package:build_config
. - Require at least Dart SDK
2.12.0
.
2.0.2 #
- Require at least Dart SDK
2.7.0
. - Require
package:build
1.0.0
or greater. - Support the latest
package:pubspec_parse
.
2.0.1 #
- Support the latest
package:build_config
.
2.0.0 #
- The builder now runs when
build_version
is a dependency.build.yaml
changes are no longer required.
1.0.1 #
- Support
package:build_runner
v1.0.0
.
1.0.0 #
- Initial version, created by Stagehand