Skip to content

Commit 13e6587

Browse files
authored
Bump dart to 3.10.1 (flutter#178869)
* Part 1/2 to fix flutter#178772 * Fixes flutter#178804
1 parent f5a8537 commit 13e6587

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ docs/releases/Hotfix-Documentation-Best-Practices.md
3232

3333
## Flutter 3.38 Changes
3434

35+
### [3.38.3](https://github.com/flutter/flutter/releases/tag/3.38.3)
36+
37+
- [flutter/178772](https://github.com/flutter/flutter/issues/178772) Flutter engine reports a different version than the framework.
38+
- [flutter/178804](https://github.com/flutter/flutter/issues/178804) Bump Dart version to [3.10.1](https://github.com/dart-lang/sdk/blob/3.10.1/CHANGELOG.md#3101).
39+
3540
### [3.38.2](https://github.com/flutter/flutter/releases/tag/3.38.2)
3641

3742
- [flutter/178472](https://github.com/flutter/flutter/issues/178472) Widget preview command can crash on exit if in the middle of analyzing changes to a Dart file.

DEPS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ vars = {
5656
# Dart is: https://github.com/dart-lang/sdk/blob/main/DEPS
5757
# You can use //tools/dart/create_updated_flutter_deps.py to produce
5858
# updated revision list of existing dependencies.
59-
'dart_revision': 'b1a587b650acd12239743dd1f9d88d6fe19ae442',
59+
'dart_revision': '13d929085afa86e5902ed7293cca8509f099ee97',
6060

6161
# WARNING: DO NOT EDIT MANUALLY
6262
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py
@@ -314,7 +314,7 @@ deps = {
314314
Var('dart_git') + '/dart_style.git@ca019b0498692ad78f5f0f0f6208a1258e17fc90',
315315

316316
'engine/src/flutter/third_party/dart/third_party/pkg/dartdoc':
317-
Var('dart_git') + '/dartdoc.git@ec2a4feee51961e9fbdd2bd94060cc8fc994c47e',
317+
Var('dart_git') + '/dartdoc.git@98d03ad2cc341d1fb053e0addfc96ba35301976b',
318318

319319
'engine/src/flutter/third_party/dart/third_party/pkg/ecosystem':
320320
Var('dart_git') + '/ecosystem.git' + '@' + Var('dart_ecosystem_rev'),

0 commit comments

Comments
 (0)