flutter_clean_architect_gen 0.0.1
flutter_clean_architect_gen: ^0.0.1 copied to clipboard
A CLI tool to generate Clean Architecture structure in Flutter projects.
flutter_clean_architect_gen 🚀 #
A command-line tool that automatically generates a Clean Architecture folder structure for your Flutter projects.
This helps you quickly scaffold new features following clean architecture principles — keeping your app modular, scalable, and easy to maintain.
✨ Features #
- 🔧 Generate new feature modules with one command
- 🧱 Automatically creates folders for
data,domain, andpresentationlayers - 🚀 Adds sample files for models, entities, repositories, and screens
- 🧩 Keeps your project organized and consistent
🧰 Installation #
Activate the package globally:
dart pub global activate flutter_clean_architect_gen