FlavorGradle class
Gradle settings for a single product flavor.
Constructors
- FlavorGradle({required String name, required String applicationIdSuffix, required String versionNameSuffix, required String appLabel})
-
const
- FlavorGradle.from(String flavor, String title)
-
Derive gradle settings from a flavor name and the base app title.
prodis treated as the release flavor: no id/version suffix and the bare app title. Every other flavor gets.<flavor>/-<flavor>suffixes and a<Title> <Flavor>label.factory
Properties
- appLabel → String
-
final
- applicationIdSuffix → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- versionNameSuffix → String
-
final
Methods
-
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