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!