FlutterProjectTemplate enum
Values
- app → const FlutterProjectTemplate
-
const FlutterProjectTemplate('app', 'App', 'A standard Flutter app project.')
- appEmpty → const FlutterProjectTemplate
-
const FlutterProjectTemplate('app', 'Empty App', 'A standard Flutter app project. (minimal, no guide comments)')
- module → const FlutterProjectTemplate
-
const FlutterProjectTemplate('module', 'Module', 'Add Flutter to an existing iOS or Android app.')
- package → const FlutterProjectTemplate
-
const FlutterProjectTemplate('package', 'Package', 'A reusable Dart package, no native code.')
- plugin → const FlutterProjectTemplate
-
const FlutterProjectTemplate('plugin', 'Plugin', 'A package with platform-specific native implementations.')
- pluginFFI → const FlutterProjectTemplate
-
const FlutterProjectTemplate('plugin_ffi', 'FFI Plugin', 'A plugin using FFI (dart:ffi) for native code.')
Properties
- description → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- isDefault → bool
-
no setter
- name → String
-
final
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → String
-
final
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
Static Properties
- defaultChoice → FlutterProjectTemplate
-
no setter
Constants
-
values
→ const List<
FlutterProjectTemplate> - A constant List of the values in this enum, in order of their declaration.