ScriptOption enum consumer producer

List of available scripts options.

Tasks are accessible through scripts ScriptName.

Each script has 0 or more compatible ScriptOption.

Inheritance

Constructors

ScriptOption()
const

Values

bom → const ScriptOption

The Klutter (Gradle) BOM version.

Used by ScriptName.producer when creating a new project.

flutter → const ScriptOption

The Flutter SDK distribution in format major.minor.patch.platform.architecture.

Example format:

3.10.6.macos.arm64.

Used by ScriptName.producer when creating a new project.

lib → const ScriptOption

Name of library to add.

Used by ScriptName.consumer when adding a Klutter Library as dependency.

dryRun → const ScriptOption

For testing purposes.

Skips downloading of libraries when set to true.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
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
toString() String
A string representation of this object.
inherited

Operators

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

Constants

values → const List<ScriptOption>
A constant List of the values in this enum, in order of their declaration.