dig_cli 1.7.0
dig_cli: ^1.7.0 copied to clipboard
A powerful command-line tool to automate building, cleaning, and packaging Flutter projects.
Changelog #
All notable changes to this project will be documented in this file.
1.7.0 - 2026-02-25 #
Initial Release #
- Smart Scaffolding: Bootstrap a "Proper" Flutter Project with dynamic app name injection, pre-configured GetX architecture, and best practices.
- UIScene & SceneDelegate: Full support for the modern iOS
UIScenelifecycle by default. - Firebase Robustness: 100% crash-proof initial launch with pre-configured, commented-out Firebase initializers for easy setup.
- Asset Generation: Subfolder-based, type-safe asset constants generation with
dg asset build/watch. - Dependency Management: Native Swift Package Manager (SPM) integration for iOS, eliminating CocoaPods friction.
- Module Creator: Automated GetX scaffolding (
View,Controller,Binding) with auto-routing. - Deep Rename: One-command smart renaming for Android, iOS, macOS, Windows, Linux, and Web.
- Security: Automatic JKS generation and secure
.envAPI key injection. - Deep Clean: A "nuclear" clean command that wipes caches across all platforms.
- Notification Services: Pre-integrated, align with official best practices, and controllable via bindings.
- Documentation: Professional, "wowed"
README.mdand comprehensive asset generation guides.