build_pubspec 0.1.2 copy "build_pubspec: ^0.1.2" to clipboard
build_pubspec: ^0.1.2 copied to clipboard

outdated

Extract pubspec details (such as package version, author and description) into Dart code.

build_pubspec #

0.1.2 - October 17, 2019 #

  • Add option to override destination file.
  • Support custom field names in destination Dart code for all supported fields

0.1.1 - October 15, 2019 #

Add new supported fields: authors, description, documentation, homepage, issueTracker, name, repository.

In case the field is not present in the pubspec, the builder just skips it.

The code is still quite messy and the documentation is lacking.

0.1.0 - October 14, 2019 #

Create new package, build_pubspec based on build_version package.

  • Rename package
  • Improve documentation
  • Add example project

build_version #

This package is based on kevmoo/build_version. Here's the original change log.

build_version: 2.0.1 #

  • Support the latest package:build_config.

Merged from lexaknyazev/build_version #

Got changes from lexaknyazev/build_version fork

  • Users can now customize the version constant name and the generated version file could be a part of an existing package library.

build_version: 2.0.0 #

  • The builder now runs when build_version is a dependency. build.yaml changes are no longer required.

build_version: 1.0.1 #

  • Support package:build_runner v1.0.0.

build_version: 1.0.0 #

  • Initial version, created by Stagehand
5
likes
0
pub points
7%
popularity

Publisher

verified publisherdartside.dev

Extract pubspec details (such as package version, author and description) into Dart code.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

build, build_config, pubspec_parse, source_gen

More

Packages that depend on build_pubspec