BuildClient class
Constructors
- BuildClient({String? env, String? buildNumber, String? buildName})
Properties
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