v0.0.7
clean_architecture_scaffold
一个可根据干净架构创建文件夹的包。
10喜欢 54近 30 天下载160Pub 分数
AndroidiOSWebmacOSWindowsLinux
一个可根据干净架构生成文件夹的包。
{"sdk":"flutter"}^2.0.0{"sdk":"flutter"}^2.0.0以下为英文项目原文快照,最新内容请访问 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!