flutter_mvvm_startkit 1.0.1 copy "flutter_mvvm_startkit: ^1.0.1" to clipboard
flutter_mvvm_startkit: ^1.0.1 copied to clipboard

A CLI tool to scaffold Flutter projects with MVVM architecture using Riverpod for state management. Generate views, viewmodels, and providers with a single command.

1.0.1 #

  • 🎨 Enhanced folder structure with core/ directory
  • 📦 Added sample files: app_colors, app_texts, validators, loading_indicator
  • 🛣️ Added app_routes.dart for navigation
  • 📝 Auto-generated main.dart with ProviderScope and routing setup
  • 🎯 Better organized structure following Flutter best practices
  • 📁 New structure: core/, data/, view/, providers/, routes/

1.0.0 #

  • Initial release of Flutter MVVM Start Kit
  • ✨ Create new Flutter projects with MVVM architecture
  • 🎯 Generate View, ViewModel, and Provider files
  • 📁 Auto-generate organized folder structure (view, data/models, data/repositories, providers, utils, widgets)
  • 🔄 Riverpod integration for state management
  • 🚀 CLI commands: create and generate view
  • 📝 Comprehensive code generation with proper imports and boilerplate
1
likes
0
points
34
downloads

Publisher

unverified uploader

Weekly Downloads

A CLI tool to scaffold Flutter projects with MVVM architecture using Riverpod for state management. Generate views, viewmodels, and providers with a single command.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, io, path

More

Packages that depend on flutter_mvvm_startkit