ScriptName enum consumer producer

List of available scripts.

Tasks are accessible through scripts.

There are 2 scripts:

  • Consumer
  • Producer

Consumer:

Tasks to be executed in a project that will use (consume) libraries that are created with the use of Klutter.

Producer:

Tasks to be executed in a project that will use Klutter to create (produce) a new Flutter library.

Inheritance

Constructors

ScriptName()
const

Values

consumer → const ScriptName

Script containing tasks for projects that use libraries created with Klutter.

producer → const ScriptName

Script containing tasks for projects that are being created with Klutter.

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<ScriptName>
A constant List of the values in this enum, in order of their declaration.