AppBuilder class

A class responsible for building the app based on the provided configuration.

Constructors

AppBuilder(Config config)
Creates an instance of AppBuilder with the given config.

Properties

config Config
Configuration guiding the build process.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

build() Future<Directory>
Builds the app using Flutter and returns the path to the build directory.
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