BuildService class
Service for handling Flutter build operations
Constructors
- BuildService(Config config)
Properties
Methods
-
buildWeb(
) → Future< bool> - Build Flutter web app
-
clean(
) → Future< bool> - Run flutter clean
-
getDependencies(
) → Future< bool> - Run flutter pub get
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
validateBuild(
) → bool - Check if build directory exists and has required files
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited