zuq_cli 1.0.3
zuq_cli: ^1.0.3 copied to clipboard
A command-line interface to scaffold, extend, and audit Flutter Clean Architecture projects.
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.