Releases: mdddj/dd_flutter_idea_plugin
Releases · mdddj/dd_flutter_idea_plugin
FlutterX v7.0.4
7.0.4 - 2026-04-23
New Features
- Added a
Publish to pub.devaction in thepubspec.yamlnotification bar with a release-notes popup, optional publish-date insertion, background publishing, and an output viewer. - Added batch publishing for child packages so multi-package directories can update versions, preview changelog changes, and publish in dependency-aware order from the IDE.
Improvements
- Automatically hides publish actions for packages that declare
publish_to: none, and reports skipped packages in the batch publishing flow.
Localization
- Added zh/en/hk/ja/ko translations for the pub.dev publish workflow and the new batch child-package publishing UI.
FlutterX v7.0.3
7.0.3 - 2026-04-18
New Features
- Added a pubspec.yaml notification toolbar action to run
flutter pub getwith supported China mirrors directly from the IDE. - Added an in-IDE command output dialog for inspecting
flutter pub getresults without leaving the editor.
Improvements
- Added a settings toggle and toolbar menu action so the pubspec.yaml notification bar can be hidden or re-enabled at any time.
- Refined China mirror presets to keep matched pub and Flutter storage endpoints, and highlighted the recommended CFUG mirror.
Localization
- Added zh/en/hk/ja/ko translations for the new pubspec.yaml toolbar actions, mirror workflow, and output viewer.
FlutterX v7.0.2
7.0.2 - 2026-04-16
New Features
- Added a Hive CE inspector to the Dart VM tool window for schema loading, raw object decoding, and runtime value inspection.
- Added pub.dev changelog fetching so dependency update previews can show the latest package release notes inline.
- Added Flutter SDK changelog parsing so Flutter version update notifications can display release notes directly in the IDE.
Improvements
- Localized AppConfig settings.
- Ignored
notes/and other local-only directories in version control. - Stopped tracking IDE project files (
.idea/).
Automation
- Automated JetBrains Marketplace publishing in the GitHub release workflow for tagged releases.
FlutterX v6.9.5
6.9.5 - 2026-04-15
New Features
- Added a Hive CE inspector to the Dart VM tool window for schema loading, raw object decoding, and runtime value inspection.
- Added pub.dev changelog fetching so dependency update previews can show the latest package release notes inline.
- Added Flutter SDK changelog parsing so Flutter version update notifications can display release notes directly in the IDE.
Improvements
- Refined pub package tools and dependency update preview rendering for richer version upgrade details.
- Simplified legacy package check paths and cleaned related service wiring around version notifications.
Automation
- Automated JetBrains Marketplace publishing in the GitHub release workflow for tagged releases.
FlutterX v6.9.4
6.9.4 - 2026-04-03
Improvements
- Added the Dart VM Memory module with Profile, Diff Snapshots, and Trace Instances panels.
- Refined memory chart interactions and layout, including hover usage tooltips and cleaner controls.
- Unified Drift export save flow and improved export notifications.
Localization
- Expanded i18n coverage for Dart VM and Drift UI in zh/en/hk/ja/ko.
Fixes
- Fixed i18n parameter formatting that displayed
Object@...text in memory summaries. - Aligned Java/Kotlin JVM target to 21 to remove build target mismatch warnings.
FlutterX v6.9.3
6.9.3 - 2026-03-24
🐛 Bug Fixes
- Fixed a Compose/Jewel layout crash when opening the Dart VM Service tool window on newer Android Studio builds.
- Replaced the VM tool window's tab strip implementation to avoid
ScrollableContainerconstraint exceptions during focus and measure. - Stabilized several Dart VM panes so split layouts and scrollable content receive consistent full-size constraints.
🔧 Compatibility
- Updated bundled IDE plugin dependencies to
Dart 503.0.0andio.flutter 90.0.0.
FlutterX v6.9.2
6.9.2 - 2026-02-11
✨ Network Inspector Enhancements
- Multi-Platform cURL: Optimized cURL command generation for better compatibility across Windows (CMD/PowerShell) and Unix-like systems.
- PowerShell Support: Added "Copy as PowerShell" functionality in the Network Overview tab (Windows only).
- Query Parameter Optimization: Improved handling of multi-value query parameters in generated commands.
- UI Refinement: Added scrolling support for the Flutter version ignore list in the settings panel.
FlutterX v6.9.1
6.9.1 - 2026-01-26
✨ Drift Debugger Optimizations
- Column Resizing: Support dynamic column resizing by dragging header borders.
- CSV Support: Added options to export table data to CSV and preview CSV content in the editor.
- Cell Interactions: Added a context menu for table cells on hover:
- One-click copy cell value to clipboard.
- Inline editing of cell values.
- Open content in a standalone editor (supports Plain Text and JSON).
- Quick toggle between timestamp and formatted date/time display.
- Filtering & UI:
- Improved Filter Builder with type-aware operators.
- Added zebra-striped rows for better table readability.
- Refined database and table list interfaces.
- Added a status bar to display operation logs and status.
🎨 UI/UX Improvements
- Donation Support: Added a WeChat donation popup on the home page.
- Internationalization: Improved localization for English, Traditional Chinese (HK), Japanese, and Korean.
🐛 Bug Fixes & Technical
- Fixed Drift database component layout issues.
- Fixed MCP (Model Context Protocol) build configuration.
- Improved selection feedback and animations across the tool windows.
FlutterX v6.9.0
6.9.0 - 2025-01-21
✨ New Features
- Drift Database Viewer: Added complete Drift database viewer with real-time data inspection
- View and manage Drift database tables and data
- Support for filtering, sorting, and editing data
- Export database functionality
- Multi-language support (EN, CN, HK, JA, KO)
- Kofi Integration: Added Kofi donation widget support
🐛 Bug Fixes
- Fixed
IndexOutOfBoundsExceptionin Flutter downloader when switching channels - Fixed
ArrayIndexOutOfBoundsExceptionin Privacy Scanner when clearing list - Fixed download location selector not showing when version is auto-selected
- Fixed Drift component split layout not being draggable
🌍 Internationalization
- Added complete i18n support for Drift Database Viewer
- English, Chinese, Traditional Chinese (HK), Japanese, Korean
- All UI components now support multiple languages
🎨 UI/UX Improvements
- Drift viewer now has resizable split panels for better workspace management
- Improved Flutter downloader UX with auto-selection of first version
- Enhanced error handling and user feedback
🔧 Technical Improvements
- Optimized VM Service extensions
- Improved Gson safety configuration
- Better icon resource management
- Code cleanup and optimization
FlutterX v6.8.0
6.8.0 - 2025-12-12
- New features: Shared Preferences panel (Dart Vm Service)
- Fixed an issue where the format of Alibaba Cloud images added by KTS was confusing
- Added a flutter downloader
- Added "This version no longer prompts" option (Flutter new version detection update)
- Optimized some startup logic to not execute in non-flutter projects