flutter_getx_cli 1.0.6
flutter_getx_cli: ^1.0.6 copied to clipboard
A command-line tool for GetX to automate module creation.
1.0.6 #
- Feat:
initnow createsservices/data/api_service.dartwith a dummy API call. - Docs: README updated with Services section and usage example.
1.0.5 #
- Feat: Extended
initto generateconfig/network(Dio client, API constants,authandloggerinterceptors). - Feat: Added
config/local/shared_prefs.dartwith typed and object helpers (JSON). - Feat: Added
core/constants(app_constants.dart,string_constants.dart,global_constants.dart). - Feat: Added
core/utils/dialog_utils.dartfor alerts, confirmations, and loading dialogs. - Chore:
initensures dependencies:dio,get,shared_preferences. - Fix: Stabilized
GetPageinjection to append inside list and prevent duplicates. - Docs: Overhauled README for pub.dev with initialization, routing, config, and examples.
1.0.4 #
- Feat: Added
initcommand to bootstrap project withcoredirectory (components, theme, utils). - Feat: Included standard UI components (
PrimaryButton,PrimaryTextField,PrimaryDropdown). - Feat: Included pre-configured
AppTheme,AppColors, andAppTextStyles. - Feat: Included
AppUtilswith extensive wrappers for commonGetUtilsfunctions.
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.