cleany 1.0.16 copy "cleany: ^1.0.16" to clipboard
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 Logger for 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_runner calls during the generation process to speed up feature creation.

1.0.15 #

Fixed #

  • Bug di file

1.0.14 #

Fixed #

  • Bug di file

1.0.13 #

Changed #

  • Changed the flag from -p to -f for adding sub-features to a main feature.

Improved #

  • General code improvements and under-the-hood optimizations.

1.0.7 #

Fixed #

  • Bug name file feature

1.0.6 #

Fixed #

  • Bug create files

1.0.4 #

Fixed #

  • Bug when creating new feature

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.
7
likes
140
points
290
downloads

Publisher

unverified uploader

Weekly Downloads

A CLI tool to generate Clean Architecture feature structure for Flutter projects

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

args, path, yaml, yaml_edit

More

Packages that depend on cleany