dengoo_kit 1.9.9
dengoo_kit: ^1.9.9 copied to clipboard
The ultimate DevOps CLI for Flutter developers. Automate deployments and setup with ease.
1.9.9 #
- ๐ Android Deployment Improvements:
- โจ Keystore Identity: Added support for custom keystore identity prompts (Common Name, Organization, Country) to avoid Google Play rejections.
- ๐ก๏ธ Kotlin DSL Safety: Improved
build.gradle.ktssupport with safer property access (getProperty) and automated imports. - ๐งน Clean Build: Added automatic
flutter cleanprompt before deployment builds. - ๐ Security: Automatically adds
key.propertiesto.gitignoreto prevent leaking signing secrets. - ๐๏ธ Robust Config: Improved signing configuration binding logic for both Groovy and Kotlin DSL.
1.9.8 #
- โจ New Feature: Static Asset Generation (
assets gen). Automatically generatesAppIconsandAppPhotosDart classes.
1.9.7 #
- โจ New Feature: Smart primary color detection in setup.
- โจ New Feature: Pro Feature Generator.
- ๐๏ธ Improved Setup: Advanced rebranding and multi-template support.
- ๐ Automation: Added automatic
dengoo initprompt. - ๐ฆ Dependencies: Added
bot_toast,fluttertoast,shimmer,smooth_page_indicator, anddartz.
1.9.6 #
- โจ New Feature: Smart Primary Color Detection in
setup. Automatically scans project for primary color patterns. - โจ New Feature: Pro Feature Generator (
create feature). Generates full Clean Architecture layers (Data, Domain, Presentation) with automated DI registration. - ๐๏ธ Improved Setup: Advanced rebranding logic for
setup. Handles PascalCase class renaming (e.g.,EshPlus->Marka), Title Case app names, and multi-template support (Tqnia, MustInvest, etc.). - ๐ Automation: Added automatic
dengoo initprompt at the end of setup. - ๐ฆ Dependencies: Added
bot_toast,fluttertoast,shimmer,smooth_page_indicator, anddartzto default pro setup.
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.