FlxCli class

A powerful Flutter Clean Architecture CLI tool for generating scalable project structures with GetX/BLoC state management, Freezed models, and comprehensive boilerplate code.

The FlxCli class provides the main entry point for the FLX CLI tool, handling command parsing, feature generation, and project scaffolding.

Example usage:

final cli = FlxCli();
await cli.run(['gen:feature', 'user_profile']);

Constructors

FlxCli.new()

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
run(List<String> arguments) Future<void>
Runs the FLX CLI with the provided command-line arguments.
toString() String
A string representation of this object.
inherited

Operators

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

Constants

version → const String
The current version of the FLX CLI tool.