Git class

Constructors

Git()
factory

Properties

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

Methods

addGitTag(Version? version, {required bool autoAnswer}) → void
checkAllFilesCommited() → void
Check that all files are committed.
checkCommit({required bool autoAnswer}) → void
Check that all files are committed.
commit(String message) → void
deleteGitTag(Version newVersion) → void
getCommitMessages(String? fromTag) List<String?>
getLatestTag() String?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pull() → void
push() → void
tagExists(String tagName) bool
toString() String
A string representation of this object.
inherited
usingGit(String packageRoot) bool?

Operators

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