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
+12-3Lines changed: 12 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,24 @@
4
4
5
5
### Changed
6
6
7
-
- Updated gradle plugin version to re-enable running `./gradlew verifyPlugin` locally. (#8847)
8
-
9
7
### Removed
10
8
11
9
### Fixed
12
10
13
-
- Silent failure when opening Flutter projects without `.idea` directory in IntelliJ IDEA, by removing `FlutterProjectOpenProcessor` and migrating configuration logic to `FlutterInitializer`. (#8845)
11
+
## 91.0.0
12
+
13
+
### Changed
14
+
15
+
- Gradle plugin version to re-enable running `./gradlew verifyPlugin` locally. (#8847)
16
+
17
+
### Fixed
18
+
19
+
- Silent failure when opening Flutter projects without `.idea` directory in IntelliJ IDEA, by removing `FlutterProjectOpenProcessor` and
20
+
migrating configuration logic to `FlutterInitializer`. (#8846)
14
21
- Gutter buttons not running tests with non-ASCII characters in their names. (#7985)
15
22
- Freeze from JX Browser close. (#8864)
23
+
- Crash in split debugger mode in IntelliJ 2025.3+. (#8831)
24
+
- Passing additional arguments from the Flutter test template. (#7261)
0 commit comments