clean_architecture_scaffold
Paket, das Ordner basierend auf sauberer Architektur erstellen kann.
Paket, das Ordner basierend auf der Clean Architecture erstellen kann.
{"sdk":"flutter"}^2.0.0{"sdk":"flutter"}^2.0.0Englischer Projektschnappschuss. Aktuelle Inhalte auf GitHub.
Easily scaffold folders based on the Clean Architecture in your Flutter project with this package. Reduce boilerplate and ensure consistent directory structure across your features.
Add the package to your pubspec.yaml:
dependencies:
clean_architecture_scaffold: ^0.0.7
Use the command after installation to generate the folder structure for your feature:
dart run clean_architecture_scaffold:main -f FEATURE_NAME
This reduces boilerplate code and ensures you have the correct directory structure set up for implementing features using Clean Architecture.
We welcome contributions to clean_architecture_scaffold! If you have a feature suggestion, bug report, or wish to contribute code:
Thank you for supporting and using clean_architecture_scaffold!