BuildService class

Build service with dynamic Flutter detection

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