generate_mvvm_structure 0.0.6 copy "generate_mvvm_structure: ^0.0.6" to clipboard
generate_mvvm_structure: ^0.0.6 copied to clipboard

Generate Struktur for State Management with Provider.

generate_mvvm_structure #

A Dart CLI tool to generate a complete MVVM folder structure for Flutter projects, including pubspec.yaml and example files.

📦 Features #

  • 📁 Creates MVVM directory structure
  • 📄 Auto-generates pubspec.yaml with common Flutter dependencies
  • 🧠 Includes default example_viewmodel.dart using ChangeNotifier
  • 🚀 Ready to expand for your features

🚀 Usage #

dart run generate_mvvm_structure

This will create the following structure:

my_project/
├── lib/
│   ├── models/
│   ├── services/
│   │   ├── api/
│   │   └── lokal/
│   ├── utils/
│   ├── views/
│   ├── viewmodels/
│   │   └── example_viewmodel.dart
│   └── widgets/
└── pubspec.yaml

📜 License #

MIT — see LICENSE

1
likes
140
points
25
downloads

Documentation

API reference

Publisher

verified publisherridhocr.com

Weekly Downloads

Generate Struktur for State Management with Provider.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

path

More

Packages that depend on generate_mvvm_structure