constants library
Enums
- PrintColor
- Specifies all possible Colors
Constants
- androidLanguagesDirectory → const String
- Directory where the Android language directories will be created
- androidManifestFile → const String
- Path to the Android Manifest file
- iOSInfoPlistFile → const String
- Path to the iOS Plist file
- iOSLanguagesDirectory → const String
- Directory where the iOS language directories will be created
- yamlKey → const String
- The topic of the important section in pubspec.yaml
Functions
-
log(
String text, {PrintColor color = PrintColor.normal}) → dynamic -
Print
text
in the colorcolor
to the console