BuildClient class

Constructors

BuildClient({String? env, String? buildNumber, String? buildName})

Properties

buildName String?
final
buildNumber String?
final
env String?
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shell → Shell
final

Methods

buildApk({String? env, String? args}) Future<File>
buildAppBundle({String? env, String? args}) Future<File>
buildIpa({String? exportOptions, String? env, String? args}) Future<File>
cleanAndPubGet() Future<void>
Call it every time it starts a build series with all different types
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