Skip to content

FlutterX v6.9.0

Choose a tag to compare

@github-actions github-actions released this 21 Jan 03:41
· 82 commits to master since this release

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 IndexOutOfBoundsException in Flutter downloader when switching channels
  • Fixed ArrayIndexOutOfBoundsException in 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