FLUTTER ECOSYSTEM

AnujPandey007/clean_architecture_scaffold

클린 아키텍처를 기반으로 폴더를 생성할 수 있는 패키지.

clean_architecture_scaffold 프로젝트 이미지
Stars
3
Forks
0
최근 푸시(UTC)
2023. 9. 1.
프로젝트 상태
활성
Anuj GitHub avatar
GITHUB User

Anuj ↗

Developer

India
언어C++CMakeDartCSwiftHTMLShellObjective-CJavaKotlin

기술 주제

이 저장소가 배포한 패키지

사용 중인 의존성

의존성 목록 4 개
  • flutter{"sdk":"flutter"}
  • args^2.0.0
  • flutter_test개발 의존성{"sdk":"flutter"}
  • flutter_lints개발 의존성^2.0.0

원본 README

아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.

README 펼치기 / 접기

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

Usage

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.

Contributing

We welcome contributions to clean_architecture_scaffold! If you have a feature suggestion, bug report, or wish to contribute code:

  1. Check out our repository: clean_architecture_scaffold.
  2. Create a new pull request or open an issue.

Thank you for supporting and using clean_architecture_scaffold!