ProjectRepository class abstract

Repository interface for project creation operations

Implementers

Constructors

ProjectRepository()

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

addCleanArchitecture(String projectName) Future<void>
Adds Clean Architecture structure and dependencies to the project
addGoRouter(String projectName) Future<void>
Adds Go Router dependencies and templates to the project
addStateManagement(String projectName, StateManagementType stateManagement) Future<void>
Adds state management dependencies and templates to the project
createProject(ProjectConfig config) Future<void>
Creates a Flutter project with the given configuration
isFlutterInstalled() Future<bool>
Validates if Flutter is installed and available
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