FeatureGen class
Orchestrates the full feature generation pipeline: parse → deps → generate → build_runner → format.
The pipeline intentionally favors developer ergonomics: it installs missing dependencies, generates code, runs build_runner, and formats output so the project is ready to compile immediately.
Constructors
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