flutter_clean_architecture_generator 1.0.2
flutter_clean_architecture_generator: ^1.0.2 copied to clipboard
A command-line tool for generating clean architecture folder structures and boilerplate code for Flutter applications with Riverpod and Freezed.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.2 - 2025-01-19 #
Changed #
- Updated copyright holder name in LICENSE file
- Fixed author references in README.md documentation
1.0.1 - 2025-01-19 #
Changed #
- Updated repository URLs to point to correct GitHub repository
- Fixed package metadata for proper pub.dev integration
1.0.0 - 2025-01-19 #
Added #
- Initial release of Flutter Clean Architecture Generator
- Interactive CLI for generating clean architecture folder structures
- Support for generating Freezed models with JSON serialization
- Riverpod providers with AsyncNotifier pattern
- Repository pattern with abstract interfaces
- Material Design UI views with state management integration
- Comprehensive documentation generation
- Automatic build_runner execution for Freezed files
- Customizable generation options (models, repositories, providers, views, docs)
- Proper error handling and validation
- Beautiful colored terminal output
- Support for feature names with validation
Features #
- 🏗️ Clean Architecture folder structure generation
- 📱 Complete boilerplate code creation
- 🔄 Riverpod state management integration
- 🧊 Freezed immutable data classes
- 📚 Automatic documentation generation
- ⚡ Interactive CLI experience
- 🎨 Colorful terminal interface
- ✅ Input validation and error handling