Skip to content

Commit ff8b8ec

Browse files
authored
Update Dart dependency version and changelog (#9104)
This updates Dart dependency to last public release and cleans up the changelog in anticipation of the next release. Make sure the plugin builds and changelog appears as expected in the plugin page. --- Review the contribution guidelines below: - [x] I’ve reviewed the contributor guide and applied the relevant portions to this PR. - [x] I've included the required information in the description above. - [x] My up-to-date information is in the `AUTHORS` file. - [x] I've updated `CHANGELOG.md` if appropriate. <details> <summary>Contribution guidelines:</summary><br> - See our [contributor guide](../CONTRIBUTING.md) and the [Flutter organization contributor guide]([https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md) for general expectations for PRs. - Larger or significant changes should be discussed in an issue before creating a PR. - Dart contributions to our repos should follow the [Dart style guide](https://dart.dev/guides/language/effective-dart) and use `dart format`. - Java and Kotlin contributions should strive to follow Java and Kotlin best practices ([discussion](#8098)). </details>
1 parent 1cc09d9 commit ff8b8ec

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,19 @@
66

77
### Removed
88

9+
### Fixed
10+
11+
## 96.0.0
12+
13+
### Added
14+
15+
### Changed
16+
17+
### Removed
18+
919
### Fixed
1020
- Prevent untrusted project Git error during project creation when selecting a Flutter SDK. (#9099)
21+
- Issue with saving the Flutter SDK path in Settings. (#9074)
1122

1223
## 95.0.0
1324

@@ -22,7 +33,6 @@
2233

2334
### Fixed
2435
- IDE freeze when applying Flutter SDK path changes in Settings. (#9058)
25-
- Fixed issue with saving the Flutter SDK path in Settings. ([#9074](https://github.com/flutter/flutter-intellij/pull/9074))
2636

2737
## 94.0.0
2838

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# We try to use the stable Android Studio version here since most Flutter users are on Android Studio and not IntelliJ.
88
# Meanwhile, Dart-only users are more likely to be on IntelliJ.
99
androidStudioVersion=2026.1.2.8
10-
dartPluginVersion= 507.0.0
10+
dartPluginVersion= 508.1.0
1111
# Also update the versions for verify checks in tool/github.sh.
1212
sinceBuild=252
1313
javaVersion=21

0 commit comments

Comments
 (0)