dengoo_kit 1.7.0
dengoo_kit: ^1.7.0 copied to clipboard
The ultimate DevOps CLI for Flutter developers. Automate deployments and setup with ease.
1.7.0 #
- 🏗️ Major Refactor: Split monolithic CLI into modular, maintainable files (Commands & Utils).
- Improved code maintainability and testability.
1.6.1 #
- 📝 Major Documentation Overhaul: New Professional README layout.
1.6.0 #
- Updated
dengoo_kit initto provide "Magic Key" setup instructions (Mac/Windows keybindings) for 1-click localization.
1.5.0 #
- Added
dengoo_kit loc filecommand to auto-localize Dart files (replacing external scripts). - Updated
dengoo_kit inittasks to be 100% script-independent (including localization).
1.4.0 #
- Added
dengoo_kit setupcommand to automate project initialization (install "Pro" packages & apply template).
1.3.0 #
- Added
dengoo_kit initto generate VS Codetasks.json. - Added
dengoo_kit fix iosto clean and pod install. - Added
dengoo_kit shorebirdwrapper commands. - Updated README with VS Code integration guide.
1.2.0 #
- Added
deploy ioscommand for automated tagging and pushing. - Added
assets cleanupcommand to find and remove unused assets. - Added
loc cleanupcommand to find and remove unused translations. - Added
loc addcommand to easily add translations to both en/ar files. - Removed
reportcommand (AI Reporter). - Fully migrated all scripts to pure Dart (no Python/Bash dependencies).
1.1.1 #
- Updated README with comprehensive documentation for all new commands.
1.1.0 #
- Added
create featurecommand for Clean Architecture generation. - Added
set app-nameandset bundle-idcommands. - Added
assets iconsandassets splashgeneration commands. - Added
loc genfor Easy Localization. - Improved error handling and logging.
1.0.0 #
- Initial version.