dengoo_kit 1.4.0
dengoo_kit: ^1.4.0 copied to clipboard
The ultimate DevOps CLI for Flutter developers. Automate deployments and setup with ease.
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.