PubspecService class

Service for reading and updating the pubspec.yaml file

Constructors

PubspecService.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

checkPubspecExists(String dir) Future<void>
Check if pubspec.yaml exists in the dir directory
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parse(String path) Pubspec
Parse the pubspec.yaml file
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited