You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+23-2Lines changed: 23 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,22 @@
1
+
## Unreleased
2
+
3
+
### Added
4
+
5
+
### Changed
6
+
7
+
- Improved color recognition in gutter previews by making it more specific to `Colors` and `CupertinoColors` classes. (#8824)
8
+
- Improved responsiveness by moving `FlutterInitializer` initialization and `FlutterPluginsLibraryManager` read actions off the UI thread. (
9
+
#8761, #8759)
10
+
- Dart Plugin issue tracker URL in documentation. (#8784)
11
+
12
+
### Removed
13
+
14
+
- Support for deprecated `.packages` files. (#8724, #8721)
15
+
16
+
### Fixed
17
+
18
+
- Missing device labels in run tabs on IntelliJ 2025.3+. (#8796)
19
+
1
20
## 89.0.0
2
21
3
22
### Added
@@ -9,7 +28,8 @@
9
28
### Fixed
10
29
11
30
- DtdUtils static field retaining disposed Project (#8658)
12
-
- Fixed project open hang in Android Studio 2025.2 by removing legacy `FlutterStudioProjectOpenProcessor` and migrating configuration logic to `FlutterStudioStartupActivity`. (#8661)
31
+
- Fixed project open hang in Android Studio 2025.2 by removing legacy `FlutterStudioProjectOpenProcessor` and migrating configuration logic
32
+
to `FlutterStudioStartupActivity`. (#8661)
13
33
14
34
## 88.2.0
15
35
@@ -26,7 +46,8 @@
26
46
### Fixed
27
47
28
48
- Fixed crash when using 3rd party loggers that don't implement `setLevel`. (#8631)
29
-
- Fixed `IllegalStateException` and "Slow operations are prohibited on EDT" when opening projects by migrating `FlutterProjectOpenProcessor` to Kotlin and using `openProjectAsync`. (#8629)
49
+
- Fixed `IllegalStateException` and "Slow operations are prohibited on EDT" when opening projects by migrating `FlutterProjectOpenProcessor`
0 commit comments