Skip to content

Latest commit

 

History

History
131 lines (78 loc) · 3.73 KB

File metadata and controls

131 lines (78 loc) · 3.73 KB

Unreleased

Added

  • Option to specify the pub root module for Flutter Widget Previewer. (#8888)

Changed

Removed

Fixed

  • Silent failure when opening Flutter projects without .idea directory in IntelliJ IDEA, by removing FlutterProjectOpenProcessor and migrating configuration logic to FlutterInitializer. (#8903)

91.0.0

Changed

  • Gradle plugin version to re-enable running ./gradlew verifyPlugin locally. (#8847)

Fixed

  • Gutter buttons not running tests with non-ASCII characters in their names. (#8838)
  • Freeze from JX Browser close. (#8864)
  • Crash in split debugger mode in IntelliJ 2025.3+. (#8878)
  • Passing additional arguments from the Flutter test template. (#8836)

90.0.0

Added

  • Support for IntelliJ platform version 2026.1. (#8773)

Changed

  • Improved color recognition in gutter previews by making it more specific to Colors and CupertinoColors classes. (#8824)
  • Improved responsiveness by moving FlutterInitializer initialization and FlutterPluginsLibraryManager read actions off the UI thread. ( #8761, #8759)
  • Dart Plugin issue tracker URL in documentation. (#8784)

Removed

  • Support for deprecated .packages files. (#8724, #8721)

Fixed

  • Missing device labels in run tabs on IntelliJ 2025.3+. (#8796)

89.0.0

Added

Changed

Removed

Fixed

  • DtdUtils static field retaining disposed Project (#8658)
  • Fixed project open hang in Android Studio 2025.2 by removing legacy FlutterStudioProjectOpenProcessor and migrating configuration logic to FlutterStudioStartupActivity. (#8661)

88.2.0

Added

Changed

  • Made log file dash.log (instead of flutter.log). (#8638)

Removed

  • Support for platform version 2024.3. (#8644)

Fixed

  • Fixed crash when using 3rd party loggers that don't implement setLevel. (#8631)
  • Fixed IllegalStateException and "Slow operations are prohibited on EDT" when opening projects by migrating FlutterProjectOpenProcessor to Kotlin and using openProjectAsync. (#8629)

88.1.0

Added

  • Widget preview tool window (#8595, #8599).

Changed

  • Made Flutter project open to project view by default. (#8573)
  • Fixed incorrect colors for the device selector when using light themes. (#8576)

88.0.0

Added

  • Support for Android Studio 2025.2.

Removed

  • Notification of required pub actions at the top of Dart files. (#7623, #8481)

Changed

  • Updated the Flutter version reading to use the file ./bin/cache/flutter.version.json, as required in Flutter 3.33+. (#8465)
  • Resolved a "Slow operations are prohibited on EDT" exception on Flutter Project creation. (#8446, #8447, #8448)
  • Made dev release daily instead of weekly.
  • Set the device selector component to opaque during its creation to avoid an unexpected background color. (#8471)
  • Refactored DeviceSelectorAction and added rich icons to different platform devices. (#8475)
  • Fixed DTD freezes when opening projects and EDT freezes when the theme is changed and opening embedded DevTools. (#8477)
  • Fixed DeviceSelectorAction NoSuchElementException in the toolbar layout. (#8515)
  • Fixed DeviceSelectorAction's concurrent modification exception. (#8550)

87.1.0

Changed

  • Registered VM service with DTD. (#8436)
  • Fixed a ClassCastException for BadgeIcon on flutter runs. (#8426)

87.0.0

Added

  • Internal support for logging to a dedicated plugin log file. (#8253)

Changed

  • Made Android dependencies optional, allowing the plugin to be used in more Jetbrains products (Rider, etc). (#7949, #8375)
  • Fixed issues with Flutter test execution. (#8233, #8325)
  • Fixed issues to ensure the Property Editor loads on all project opens. (#8268)
  • Fixed a hang after opening a new project in Android Studio. (#8390)