MVC Generator for Flutter 🚀
MVC Generator is a simple and powerful Dart CLI tool that helps Flutter developers quickly generate a clean and scalable MVC (Model–View–Controller) folder architecture inside their Flutter projects.
It eliminates repetitive setup work and enforces a well-structured project layout from the start.
✨ Features
- 📁 Automatically generates MVC folder structure
- ⚡ Works with any Flutter project
- 🧠 Clean and scalable architecture
- 🛠 Lightweight with no external dependencies
- 🚀 Easy-to-use CLI command
📦 Installation
Activate the package globally using Dart:
dart pub global activate mvc_generator