BuildService class
Build service with dynamic Flutter detection
Constructors
- BuildService(Config config)
Properties
Methods
-
buildWeb(
) → Future< bool> - Flutter build web
-
checkRequirements(
) → Future< bool> - Check requirements
-
clean(
) → Future< bool> - Flutter clean
-
getDependencies(
) → Future< bool> - 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 - Validate build output
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited