0 purchases
clean architecture scaffold
Clean Architecture Scaffold for Flutter #
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.
Features #
Automatically generate a standardized folder structure for Clean Architecture.
Reduce the repetitive task of creating folders manually.
Ensure consistency across different features or modules.
Installation #
Add the package to your pubspec.yaml:
dependencies:
clean_architecture_scaffold: ^0.0.7
copied to clipboard
Usage #
Use the command after installation to generate the folder structure for your feature:
dart run clean_architecture_scaffold:main -f FEATURE_NAME
copied to clipboard
This reduces boilerplate code and ensures you have the correct directory structure set up for implementing features using Clean Architecture.
Contributing #
We welcome contributions to clean_architecture_scaffold! If you have a feature suggestion, bug report, or wish to contribute code:
Check out our repository: clean_architecture_scaffold.
Create a new pull request or open an issue.
Thank you for supporting and using clean_architecture_scaffold!
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.