zuq_cli 1.0.4
zuq_cli: ^1.0.4 copied to clipboard
A command-line interface to scaffold, extend, and audit Flutter Clean Architecture projects.
1.0.4 #
- Split feature domain model into a pure domain entity and a serialization-aware model in the data layer.
- Added abstract repository interface to domain, repository implementation to data, and usecase execution to domain for clean architecture layout.
- Added interactive prompts for option flags (
--state,--router, and--preset) during project creation if they are not supplied.
1.0.3 #
- Moved the template
HomeScreenfromlib/presentation/home_screen.dartdirectly intomain.dartwith a warning comment. - Removed the top-level
presentationdirectory from the scaffold project to keeplibaligned with core directories (core,features,shared). - Updated the router module template to import
HomeScreenfrommain.dart.
1.0.2 #
- Resolved path issues for global activation by dynamically tracking the package root from the library entry point.
- Kept the templates folder at the root of the project to prevent package compilation and static analysis issues.
1.0.1 #
- Mapped global executable to
zuq. - Added usage example.
1.0.0 #
- Initial version.