ProjectRepositoryImpl class
Implementation of ProjectRepository
- Implemented types
Constructors
- ProjectRepositoryImpl({required FileSystemDataSource fileSystemDataSource, required FlutterCommandDataSource flutterCommandDataSource})
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
override
-
addGoRouter(
String projectName) → Future< void> -
Adds Go Router dependencies and templates to the project
override
-
addStateManagement(
String projectName, StateManagementType stateManagement) → Future< void> -
Adds state management dependencies and templates to the project
override
-
createProject(
ProjectConfig config) → Future< void> -
Creates a Flutter project with the given configuration
override
-
isFlutterInstalled(
) → Future< bool> -
Validates if Flutter is installed and available
override
-
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