analysis_rule/pubspec
library
Classes
-
PubspecDependency
-
Representation of a key/value pair which maps a package name to a
package description.
-
PubspecDependencyList
-
Representation of the map from package name to package description used
under
dependencies
, dev_dependencies
and dependency_overrides
.
-
PubspecEntry
-
Representation of a YAML section in a pubspec file.
-
PubspecEnvironment
-
Representation of an
environment
section in a pubspec file.
-
PubspecGitRepo
-
Representation of git-dependency section in a pubspec file.
-
PubspecHost
-
A section describing where a package is hosted in a custom package
repository.
-
PubspecNode
-
Representation of a leaf-node in a pubspec file.
-
PubspecNodeList
-
A list of PubspecNodes in a section.
-
PubspecSection
-
-
PubspecVisitor<T>
-
A visitor that visits various semantic sections of a pubspec file.