ReportGenerator class

Generates HTML reports summarizing code quality metrics across a codebase.

This generator analyzes all Dart files in a directory and produces an interactive HTML report showing metrics, trends, and problem areas.

Constructors

ReportGenerator()

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

generate(String directoryPath, String outputPath) Future<bool>
Generates an HTML report for the given directory path.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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