flutter_architect_cli 1.0.4
flutter_architect_cli: ^1.0.4 copied to clipboard
A CLI tool to scaffold Flutter projects with multiple architecture patterns (clean architecture is architecture pattern)
Changelog #
1.0.4 #
- Added proper Flutter example project
- Fixed example detection for pub.dev
1.0.3 #
- Added comprehensive API documentation
- Fixed all pub.dev analysis issues
1.0.2 #
- Fixed repository URLs in pubspec.yaml
- Improved documentation comments
- Updated analysis options
1.0.1 #
- Fixed pubspec.yaml repository links
- Added proper issue tracker URL
1.0.0 #
- Initial release of Flutter Architect CLI
- Project scaffolding with Clean Architecture
- Feature-first organization structure
- Pre-configured dependency injection with GetIt
- BLoC state management setup
- Example auth feature implementation