AndroidPlatformBuild class

Build the app for Android.

Inheritance

Constructors

AndroidPlatformBuild({required BuildType buildType, required FlutterBuild flutterBuild, String? keyStoreFileBase64, String? keyStorePassword, String? keyAlias, String? keyPassword})

Properties

buildType BuildType
finalinherited
flutterBuild FlutterBuild
finalinherited
hashCode int
The hash code for this object.
no setterinherited
keyAlias String?
final
keyPassword String?
final
keyStoreFileBase64 String?
final
keyStorePassword String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

build() Future<String>
Release the app for the given platform release type. Returns the absolute output path.
override
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