Generator class

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

ensureDirectoryExists(String path, {bool recursive = true, bool force = false}) Future<void>
ensureFileExists(String path, {bool force = false}) Future<void>
generate(String fileName, String content, {bool force = false}) Future<void>
generateAppKey() String
generateFromStub(String fileName, String stubPath, {bool force = false, Map<String, String>? params}) Future<void>
generateIdeaRunConfigurations(String filePath, String flavor) Future<void>
generateYaml(String fileName, Map<String, dynamic> content, {bool force = false}) Future<void>
updateDotEnv({required String filePath, required Map<String, String> updates}) Future<void>
updateInfoPlist({required String plistPath, required List<String> localizations}) Future<void>
updatePubspecYaml({Map<String, dynamic> modifiedYamlCallback(Map<String, dynamic>)?}) Future<void>
updateXcconfigFile(String filePath, Map<String, String> updates) Future<void>