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

outdated

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

[1.0.0+1] - 2019-12-22 #

  • README.md correction

[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>).