Project class

Constructors

Project({required FileSystem fs, required String workingDir})

Properties

fs → FileSystem
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
workingDir String
final

Methods

changelog() → File
fileExists(String fileName) Future<bool>
getFile(String fileName) → File
getPubspecContents() Future<String>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pubspec() → File
pubspecExists() Future<bool>
toString() String
A string representation of this object.
inherited
writeToChangelog(String contents) Future<void>
writeToPubspec(String contents) Future<void>

Operators

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