CreateCommand class

A command that creates a new Flutter project from a given template.

This command supports additional options such as specifying an organization ID, custom app name, and Flutter version.

Constructors

CreateCommand(Logger logger)
Constructor for CreateCommand.

Properties

hashCode int
The hash code for this object.
no setterinherited
logger → Logger
Creates a new CreateCommand with the given logger.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
versionManager FlutterVersionManager
Handles Flutter SDK version switching and retrieval.
final

Methods

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

Operators

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