dig_cli 1.7.1-dev.1
dig_cli: ^1.7.1-dev.1 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.1-dev.1 - 2026-03-19 #
Added #
- Premium Interactive Menu: Completely redesigned startup screen with ASCII Logo, vibrant colors, and arrow-key navigation.
- Firebase Command Suite: New
dg firebasecommand withlogin,logout,configure, andchecksubcommands. - Firebase Auto-Installer: Automatic detection and installation of
firebase-toolsandflutterfire_cli. - Firebase Account Display: Interactive menu now shows the currently logged-in Firebase email.
- Pubspec Automation:
dg asset buildnow automatically registers new asset folders and.envfiles inpubspec.yaml.
Fixed #
- Cross-Platform Watching: Switched to
package:watcherfor reliable asset watching on Ubuntu, Windows, and macOS. - JKS Portability:
create-jksnow uses relative paths forstoreFileinkey.properties.
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.