CliReporter class

Formats and prints a ProjectDiagnosis to the terminal.

Constructors

CliReporter({bool verbose = false})
Creates a CliReporter.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
verbose bool
Whether to include full signal details and zero-risk signals.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
printProject(ProjectDiagnosis d) → void
Prints the full project diagnosis: header, summary, per-package details, and a footer with the overall verdict.
toString() String
A string representation of this object.
inherited

Operators

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