common
library
Functions
-
escapeForDoubleQuotedString(String value)
→ String
-
-
escapeForSingleQuotedString(String value)
→ String
-
-
fetchLauncherName(Context context)
→ String
-
-
fileExists(String filePath)
→ bool
-
-
getYamlKeyData(Context context)
→ Map
-
-
logError(String targetDescription, String filePath, String reason)
→ void
-
-
logInfo(String message)
→ void
-
-
logReplaced(String targetDescription, String filePath, {int? matchCount})
→ void
-
-
logSkipped(String targetDescription, String filePath, String reason)
→ void
-
-
overwriteFile(String filePath, String fileData)
→ void
-
-
readFile(String filePath)
→ String
-
-
readYamlFile(String yamlFilePath)
→ Map
-
-
replaceAllMatchesOrThrow(String source, RegExp pattern, String replacementBuilder(RegExpMatch), String targetDescription, String filePath)
→ String
-
-
replaceFirstMatchOrThrow(String source, RegExp pattern, String replacementBuilder(RegExpMatch), String targetDescription, String filePath)
→ String
-