GitReporter class
GitReporter
is a class for reporting the comparison results using the git.
- Implemented types
Constructors
- GitReporter({DiffInfo? customDiffInfo})
-
const
Properties
- customDiffInfo → DiffInfo?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
report(
String approvedPath, String receivedPath) → Future< void> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
gitDiffFiles(
File path0, FileSystemEntity path1) → String - return the diff of two files
-
printGitDiffs(
String unapprovedFullPath, String differences, {bool showTip = true}) → void