FileSystemDataSource class abstract
Data source for file system operations
- Implementers
Constructors
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
-
addDependencies(
String projectName, StateManagementType stateManagement, bool includeGoRouter, bool includeCleanArchitecture, bool includeFreezed) → Future< void> -
createBarrelFiles(
String projectName, StateManagementType stateManagement, bool includeCleanArchitecture, bool includeFreezed) → Future< void> -
createBuildYaml(
String projectName) → Future< void> -
createCleanArchitectureStructure(
String projectName, StateManagementType stateManagement, ArchitectureType architecture, {bool includeGoRouter = false, bool includeFreezed = false}) → Future< void> -
createDirectoryStructure(
String projectName, StateManagementType stateManagement, bool includeGoRouter) → Future< void> -
createGitIgnore(
String projectName) → Future< void> -
createGoRouterTemplates(
String projectName) → Future< void> -
createInternationalization(
String projectName) → Future< void> -
createLinterRules(
String projectName) → Future< void> -
createStateManagementTemplates(
String projectName, StateManagementType stateManagement, bool includeFreezed) → Future< void> -
createVSCodeLaunchConfig(
String projectName) → Future< void> -
ensureCleanArchitectureFiles(
String projectName) → Future< void> -
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>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited