clean_architecture_scaffold
클린 아키텍처를 기반으로 폴더를 생성할 수 있는 패키지입니다.
클린 아키텍처를 기반으로 폴더를 생성할 수 있는 패키지.
{"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!