flutter_mvvm_startkit 1.1.0
flutter_mvvm_startkit: ^1.1.0 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.1.0 #
- 🎯 Interactive CLI - Now asks for user preferences during project creation
- 🛣️ Routing Options: Choose between GoRouter or Default Flutter Routing
- 📦 Constants Organization: Option for single file or separate files
- 🎨 Enhanced constants with colors, fonts, and button styles
- ✨ GoRouter integration with sample routes and error handling
- 📝 Smart main.dart generation based on routing choice
- 🔧 Improved imports based on constants organization choice
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:
createandgenerate view - 📝 Comprehensive code generation with proper imports and boilerplate