AndroidPublishConfig class
Constructors
- AndroidPublishConfig({required String bundleID, required String outputFilePath, required String releaseTrack, String? credentialPath})
- AndroidPublishConfig.fromMap(YamlMap data)
-
Converts the YAML map to an instance of AndroidPublishConfig
factory
Properties
- bundleID ↔ String
-
getter/setter pair
- credentialPath ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- outputFilePath ↔ String
-
getter/setter pair
- releaseTrack ↔ String
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getCredentialPath(
) → String - Gets the path of the JSON credential file If the path is provided in the env, it will be read from the env, otherwise the default path will be provided.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
uploadToPlayStore(
{required BPConfig config}) → Future< void> - Uploads the built app (either appbundle or apk) to the playstore using Play Store Developer API
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
isValid(
YamlMap data, TargetPlatform tp) → (bool, String?) -
Checks if the given config in the
pubspecis valid or not