cleany 1.0.16
cleany: ^1.0.16 copied to clipboard
A CLI tool to generate Clean Architecture feature structure for Flutter projects
1.0.16 07-03-2025 #
Added #
- Smart Collision Detection: The tool now recursively scans all feature directories (
lib/features/,lib/features/sub/, and parent sub-folders) to prevent duplicate feature names and avoid import conflicts. - Full Windows Support: Enhanced CLI commands execution for Windows OS using shell resolution.
Fixed #
- Improved Output Logging: Refactored all console outputs using a dedicated
Loggerfor a cleaner and more professional terminal experience. - Optimized README.md: Completely redesigned the documentation with clear guides for installation, Windows setup, and usage examples.
- Modular DI Structure: Each generated feature now has its own isolated
di/folder and dependency injection file for better maintainability and cleaner code. - Performance Optimization: Eliminated redundant
build_runnercalls during the generation process to speed up feature creation.
1.0.13 #
1.0.1 #
- 🛠 Fixed bug with package installation on Windows.
1.0.0 #
- Initial release of Cleany.
- First public version published.
- Core structure generation.
- Feature generation (Screen & Widget) with Clean Architecture.
- Automatic Dependency Injection and Routing setup.