GetCommand class

Fetches project dependencies for the current FKIT project.

Runs the configured Flutter dependency resolution command.

Inheritance

Constructors

GetCommand()

Properties

aliases List<String>
Alternative names that can be used to invoke the command.
no setterinherited
category CommandCategory
The category used to group the command.
no setteroverride
description String
A short description of what the command does.
no setteroverride
examples List<String>
Example invocations demonstrating how to use the command.
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
hidden bool
Whether the command should be excluded from standard command listings.
no setterinherited
name String
The name used to invoke the command.
no setteroverride
requiresConfig bool
Whether the command requires an FKIT configuration file.
no setteroverride
requiresFlutterProject bool
Whether the command must be executed inside a Flutter project.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
usage String
The usage syntax displayed in help output.
no setteroverride

Methods

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

Operators

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