flutter_architecture_cli 1.0.3
flutter_architecture_cli: ^1.0.3 copied to clipboard
A command-line tool to generate a production-ready clean architecture in Flutter using RxDart and Provider.
1.0.3 #
- Add Medium blog tutorial link to README.md.
1.0.2 #
- Update README.md with dev_dependency setup guide and future roadmap goals.
1.0.1 #
- Fix missing dartdoc comments for public API symbols.
- Add code example in example/example.dart.
1.0.0 #
- Initial release of Clean Architecture Generator.
- Scaffold clean architecture layers using RxDart and Provider.
- Generate constants, theme, storage, network, base classes, localization, DI, and routes.
- Generate pre-styled common widgets.
- Support CLI commands:
create,create_screen,create_feature,create_model,create_repository,create_datasource, andcreate_service.