FileUtil class abstract

Constructors

FileUtil()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Static Methods

changeWorkingDirectoryToSubDir(String dir) → void
Change current directory to directory that under current.
copyProjectTemplate() → void
Copy project template from resource folder.
generateColorsXml({required List<ColorXml> colors, bool verbose = false}) Future<void>
generateTextStyles({required List<String> textStyles, bool verbose = false}) Future<void>
getColorsXml({bool verbose = false}) Future<List<ColorXml>>
Get project colors
getL10nYamlSettings({bool verbose = false}) Future<L10nYaml>
Get project l10n.yaml settings
getTextStyles({bool verbose = false}) Future<List<String>>
loadArbFiles(String arbDirectory, {bool verbose = false}) Future<List<String>>
removeFile(String path) Future<void>
Remove file via path
removeFromArbSpecificKeys({required String arbDirectory, required Map<String, int> analyzedArb, bool verbose = false}) Future<void>
renameIdentifierInDirectory({required String newIdentifier, required String oldIdentifier, required List<String> allowedFormats, String? path}) Future<void>
Rename specific identifier in files.
updateGitignoreData() Future<void>
Updating .gitignore to include .env files
updatePbxprojData() Future<void>
Update project.pbxproj data.
updateTextThemeColors({required List<ColorXml> colors, bool verbose = false}) Future<void>
updateTextThemeStyles({required List<String> textStyles, bool verbose = false}) Future<void>