pubspec_yaml
Dart library to access and manipulate content of pubpec.yaml files
3.1.0
3.5K downloads/mo
#4368 most downloaded on pub.dev
alexei-sintotski/pubspec_yaml
What this package is like to depend on
Last release 5 years ago
no release in 18 months
Ships fairly regularly
a new release about every 3 months
Most releases are documented
notes for 5 of 7 stable releases
Nothing withdrawn
no release was ever pulled
7 years old
7 releases · first in 2019
0 releases in the last 12 months
see the full history below
Release timeline
7 releases · Dec 2019 to Nov 2021Releases
latest 7-
3.1.015 Nov 2021 -
3.0.018 Aug 2021Nothing published for this version
-
2.0.123 Apr 2020 -
2.0.1+113 Dec 2020Nothing published for this version
-
2.0.023 Mar 2020Release notes
Open source →- Support for command-line executables provided by the package
- PubspecYaml instances can be created from YAML using string extension method
- This version requires Dart 2.7
- Major refactoring to improve maintainability
-
1.0.022 Dec 2019Release notes
Open source →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>).
-
1.0.0+122 Dec 2019