ProjectConfig class

Constructors

ProjectConfig({required String projectName, required String appName, required String packageName, required List<Platform> platforms, required String description, required String organization})

Properties

appClassName String
Get the app class name (PascalCase)
no setter
appName String
final
description String
final
hashCode int
The hash code for this object.
no setterinherited
organization String
final
packageName String
final
platforms List<Platform>
final
projectDirectoryName String
Get the project directory name (kebab-case)
no setter
projectName String
final
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.
override
validate() → void
Validate the project configuration

Operators

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