pubspec_yaml 1.0.0 copy "pubspec_yaml: ^1.0.0" to clipboard
pubspec_yaml: ^1.0.0 copied to clipboard

outdated

Dart library to access and manipulate content of pubpec.yaml files

[1.0.0] - 2019-12-22 #

PubspecYaml is a data type representing data stored in pubspec.yaml files.

The following fields are supported:

  • Package name
  • Package version
  • Package description
  • Package author/authors
  • Package homepage, repository, and issue tracker
  • Package documentation
  • Package server specification
  • Dependency specifications: regular, dev, and overrides
  • SDK constraints
  • Command-line executables provided by the package

Other fields are accessible via PubspecYaml.customFields as a JSON structure (Map<String, dynamic>).

17
likes
0
pub points
78%
popularity

Publisher

verified publisherdart-borg.dev

Dart library to access and manipulate content of pubpec.yaml files

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

collection, functional_data, json2yaml, meta, plain_optional, sum_types, yaml

More

Packages that depend on pubspec_yaml