flutter_getx_cli 1.0.3
flutter_getx_cli: ^1.0.3 copied to clipboard
A command-line tool for GetX to automate module creation.
1.0.3 #
- Fix: Prevented duplicate route constants and
GetPageentries when runningcreatemultiple times. - Fix: Added check to prevent overwriting existing module directories.
- Fix: Corrected regex logic for injecting routes into
app_pages.dartto prevent syntax errors. - Fix: Improved
removecommand to clean up bindings and view imports fromapp_pages.dart. - Docs: Comprehensive update to README.md with detailed usage examples and folder structure.
- Feat: Added
--no-routeflag tocreatecommand. - Feat: Added
--routes-onlyflag toremovecommand.
1.0.2 #
- Initial stable release with basic module creation and removal.
1.0.0 #
- Initial version.