constants library
Constants
- androidAdaptiveBackgroundFileName → const String
- androidAdaptiveForegroundFileName → const String
- androidAdaptiveMonochromeFileName → const String
- androidDefaultAndroidMinSDK → const int
- Default min_sdk value for android https://github.com/flutter/flutter/blob/master/packages/flutter_tools/gradle/flutter.gradle#L35-L37
- androidDefaultIconName → const String
- androidFileName → const String
- androidFlutterGardlePath → const String
- Relative path to flutter.gradle from flutter sdk path
- androidGradleFile → const String
- androidLocalPropertiesFile → const String
- androidManifestFile → const String
- errorIncorrectIconName → const String
- errorMissingImagePath → const String
- errorMissingMinSdk → const String
- errorMissingPlatform → const String
- errorMissingRegularAndroid → const String
- iosAssetFolder → const String
- iosConfigFile → const String
- iosDefaultIconFolder → const String
- iosDefaultIconName → const String
- kFaviconSize → const int
- favicon.ico size
- windowsDefaultIconSize → const int
- Default windows icon size for flutter
Properties
- macOSContentsFilePath → String
-
Relative path to macos contents.json
final
- macOSDirPath → String
-
Relative path to macos folder
final
- macOSIconsDirPath → String
-
Relative path to macos icons folder
final
- pubspecFilePath ↔ String
-
Relative pubspec.yaml path
getter/setter pair
- webDirPath ↔ String
-
Relative web direcotry path
getter/setter pair
- webFaviconFilePath ↔ String
-
Relative favicon.png path
getter/setter pair
- webIconsDirPath ↔ String
-
Relative web icons directory path
getter/setter pair
- webIndexFilePath ↔ String
-
Relative index.html file path
getter/setter pair
- webManifestFilePath ↔ String
-
Relative web manifest.json file path
getter/setter pair
- windowsDirPath ↔ String
-
Relative path to windows directory
getter/setter pair
- windowsIconFilePath ↔ String
-
Relative path to windows icon file path
getter/setter pair
- windowsResourcesDirPath ↔ String
-
Relative path to windows resources directory
getter/setter pair
Functions
-
androidAdaptiveXmlFolder(
String? flavor) → String -
androidColorsFile(
String? flavor) → String - Relative path to android colors.xml file
-
androidResFolder(
String? flavor) → String - Relative path to android resource folder
-
introMessage(
String currentVersion) → String