flutter_architect_cli 1.0.6 copy "flutter_architect_cli: ^1.0.6" to clipboard
flutter_architect_cli: ^1.0.6 copied to clipboard

A CLI tool to scaffold Flutter projects with multiple architecture patterns (Clean Architecture, MVC, MVVM, MVP)

Flutter Architect CLI 🏗️ #

pub package License: MIT GitHub stars

A CLI tool to scaffold Flutter projects with multiple architecture patterns automatically.

Choose from Clean Architecture, MVC, MVVM, or MVP patterns with interactive selection menu.

With feature-first organization, dependency injection setup, and BLoC state management.

Best practices and organized structure.

Features #

  • 🚀 Interactive architecture pattern selection
  • 📁 Feature-first organization (Clean Architecture)
  • 🏗️ Pre-configured dependency injection with GetIt
  • 🔄 BLoC state management ready
  • 📝 Pre-built core components (use cases, failures, utilities)
  • 🎯 Modular structure for scalable apps
  • Zero configuration required
  • 🎨 Multiple architecture patterns (Clean Architecture, MVC, MVVM, MVP)

Installation #

Activate from pub.dev #

dart pub global activate flutter_architect_cli

Usage #

Create a new Flutter project with architecture pattern selection:

flutter_architect create my_app

You'll be prompted to select an architecture pattern:

🚀 Creating Flutter project: my_app

Please select an architecture pattern:

1. Clean Architecture Pattern
2. MVC Pattern
3. MVVM Pattern
4. MVP Pattern

Enter your choice (1-4):
  • Clean Architecture Pattern: ✅ Fully implemented with complete project structure
  • MVC, MVVM, MVP Patterns: 🚧 Coming Soon! (Currently under development)
16
likes
0
points
42
downloads

Publisher

unverified uploader

Weekly Downloads

A CLI tool to scaffold Flutter projects with multiple architecture patterns (Clean Architecture, MVC, MVVM, MVP)

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, path

More

Packages that depend on flutter_architect_cli