rgb_cli 1.1.1
rgb_cli: ^1.1.1 copied to clipboard
CLI tool for the GetX RGB ecosystem and codebase
1.1.1 #
- Fix: Update app_links dependency to ^7.0.0
1.1.0 #
- Feature: Add
rgb organizecommand to retroactively apply export file structure to existing folders - Feature: Add
rgb deeplinkcommand for Android and iOS deeplink setup with assetlinks.json and AASA generation - Feature: Add
rgb runcommand with automatic environment detection and dart-defines injection from .env files - Feature: Add
rgb launchcommand to generate VSCode and Android Studio launcher configurations - Feature: Add
rgb readmecommand to generate comprehensive README.md template with project structure - Feature: Automatic export file generation for pages (bindings/bindings.dart, view_model/view_model.dart, views/views.dart)
- Feature: Automatic export file generation for usecases (exports interface + use_case)
- Feature: Auto-create/update lib/presentation/presentation.dart with all page exports
- Feature: Auto-create/update lib/domain/domain.dart with all usecase exports
- Improvement: Enhanced
rgb buildcommand - automatically moves and renames APK/IPA/AAB to flutter_build/ folder with format {name}-{env}-{version}+{buildNumber}.{ext} - Improvement: Enhanced project structure with hierarchical export system
- Improvement: Support for custom_name from pubspec.yaml in build artifacts
- Fix: Updated dependency constraints for better compatibility with Dart SDK 3.0+
1.0.7 #
- Adjustment: Generated page without -m flag will be created under lib/presentation/{page}
1.0.6 #
- Fix: issue import
- Improvement: Add usecase and use_case folder naming checker
1.0.5 #
- Fix: issue in the newest version of Flutter
1.0.4 #
- Fix: wrong contraint of DartCheck in pubspec.yaml
1.0.3 #
- Update: add help examples
1.0.2 #
- Fix: add missing dependency in pubspec.yaml
- Fix: add missing import in lib/rgb.dart
1.0.1 #
- Fix: version check
- Fix: dev version check
- Fix: version update
- Feature: add build command
- Improvement: set static const variable when create or update routes
1.0.0 #
- First release