FileSystemDataSourceImpl class

Implementation of FileSystemDataSource

Implemented types

Constructors

FileSystemDataSourceImpl()

Properties

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

Methods

addDependencies(String projectName, StateManagementType stateManagement, bool includeGoRouter, bool includeCleanArchitecture, bool includeFreezed) Future<void>
override
createBarrelFiles(String projectName, StateManagementType stateManagement, bool includeCleanArchitecture, bool includeFreezed) Future<void>
override
createBuildYaml(String projectName) Future<void>
override
createCleanArchitectureStructure(String projectName, StateManagementType stateManagement, ArchitectureType architecture, {bool includeGoRouter = false, bool includeFreezed = false}) Future<void>
override
createDefaultNavigationTemplates(String projectName) Future<void>
override
createDirectoryStructure(String projectName, StateManagementType stateManagement, bool includeGoRouter) Future<void>
override
createGitIgnore(String projectName) Future<void>
override
createGoRouterTemplates(String projectName) Future<void>
override
createInternationalization(String projectName) Future<void>
override
createLinterRules(String projectName) Future<void>
override
createStateManagementTemplates(String projectName, StateManagementType stateManagement, bool includeFreezed) Future<void>
override
createVSCodeLaunchConfig(String projectName) Future<void>
override
ensureCleanArchitectureFiles(String projectName) Future<void>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateMainFile(String projectName, StateManagementType stateManagement, bool includeGoRouter, bool includeCleanArchitecture, bool includeFreezed) Future<void>
override

Operators

operator ==(Object other) bool
The equality operator.
inherited