FeatureGen class

Orchestrates the full feature generation pipeline: parse → deps → generate → build_runner → format.

The pipeline favors developer ergonomics: it installs missing dependencies, generates code, runs build_runner, and formats output so the project is ready to compile immediately. It uses the current working directory as the target project root and reports errors through CommandHelper.

Constructors

FeatureGen()

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(ArgResults results) Future<void>
Runs the complete pipeline using the parsed CLI results.
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