BuildService class

Service for handling Flutter build operations

Constructors

BuildService(Config config)

Properties

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

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