dengoo_kit 1.9.5
dengoo_kit: ^1.9.5 copied to clipboard
The ultimate DevOps CLI for Flutter developers. Automate deployments and setup with ease.
1.9.1 #
- 🐛 Fix: Resolved
deploy androidnot prompting for keystore creation ifkey.propertiesexisted but the referenced keystore file was missing. - ⚡ Perf: Reduced update checker cache duration (24h -> 1h) and increased timeout for better responsiveness.
1.9.0 #
- ✨ New Feature: Smart Android Deployment (
deploy android). Automatically handles keystore generation,key.propertiescreation, andbuild.gradleconfiguration. - ✨ New Command:
releasecommand to automate package publishing (Versioning, Changelog, Git, Pub.dev). - 🐛 Fix: Improved project validation for deployment commands.
1.8.1 #
- 🐛 Fix: Improved
setupcommand to support templates where the root is thelibfolder (missinglib/directory).
1.8.0 #
- ✨ New Feature: Intelligent Version Check. The CLI now automatically checks for updates on pub.dev (cached daily) and notifies you of new versions with a pretty UI.
- ✨ New Command: Added
dengoo_kit updateto easily upgrade the CLI to the latest version.
1.7.1 #
- 🐛 Fix: Resolved
setupcommand silent failure by verifying template structure. - 🐛 Fix: Resolved
loc filecrash by auto-creating missing translation files.
1.7.0 #
- 🏗️ Major Refactor: Split monolithic CLI into modular, maintainable files (Commands & Utils).
- 🎨 UX: Enhanced CLI help message with professional categorization and colors (
dengoo_kit help). - 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.