PipeBuilder class

The utility class for performing the builds for different platforms

Constructors

PipeBuilder()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Static Methods

buildAll(BPConfig config) Future<void>
Initiates the build for all platforms mentioned in the config
buildAndroid(BPConfig config) Future<void>
Builds for Android
buildIOS(BPConfig config) Future<void>
Builds for iOS
buildLinux(BPConfig config) Future<void>
Builds for Linux
buildMacOS(BPConfig config) Future<void>
Builds for macOS
buildWeb(BPConfig config) Future<void>
Builds for web After the build process is completed, if not prevented via the pubspec config, it will handle the web cache busting as well
buildWindows(BPConfig config) Future<void>
Builds for Windows