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
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