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!