GradleAndroidDefaultConfig class

Default settings.

デフォルトの設定。

Constructors

GradleAndroidDefaultConfig({required String applicationId, required String minSdkVersion, required String targetSdkVersion, required String versionCode, required String versionName, String? testInstrumentationRunner, String? multiDexEnabled, List<String> resValues = const []})
Default settings.

Properties

applicationId String
Application ID.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
minSdkVersion String
Minimum SDK version.
getter/setter pair
multiDexEnabled String?
Set multiDexEnabled.
getter/setter pair
resValues List<String>
Setting of resValue (multiple settings possible).
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targetSdkVersion String
SDK version of the main target.
getter/setter pair
testInstrumentationRunner String?
Configuration of testInstrumentationRunner.
getter/setter pair
versionCode String
App version code.
getter/setter pair
versionName String
Version name of the application.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited