From 19445dcba33578e1f309ed1ea7d4d22f15aa3251 Mon Sep 17 00:00:00 2001 From: Sam Rawlins Date: Mon, 6 Apr 2026 12:29:13 -0700 Subject: [PATCH 1/3] Prepare for release 2.57.0 --- packages/devtools_app/lib/devtools.dart | 2 +- packages/devtools_app/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/devtools_app/lib/devtools.dart b/packages/devtools_app/lib/devtools.dart index 44658c325e1..62800a16f5b 100644 --- a/packages/devtools_app/lib/devtools.dart +++ b/packages/devtools_app/lib/devtools.dart @@ -10,4 +10,4 @@ /// Note: a regexp in the `dt update-version' command logic matches the constant /// declaration `const version =`. If you change the declaration you must also /// modify the regex in the `dt update-version' command logic. -const version = '2.57.0-dev.0'; +const version = '2.57.0'; diff --git a/packages/devtools_app/pubspec.yaml b/packages/devtools_app/pubspec.yaml index c85b949dd01..7c36114ba5b 100644 --- a/packages/devtools_app/pubspec.yaml +++ b/packages/devtools_app/pubspec.yaml @@ -7,7 +7,7 @@ publish_to: none # Note: this version should only be updated by running the 'dt update-version' # command that updates the version here and in 'devtools.dart'. -version: 2.57.0-dev.0 +version: 2.57.0 repository: https://github.com/flutter/devtools/tree/master/packages/devtools_app From c6780dfa992c08c3d8969e25b17ee8ccdecc92aa Mon Sep 17 00:00:00 2001 From: Sam Rawlins Date: Mon, 6 Apr 2026 12:40:08 -0700 Subject: [PATCH 2/3] Update to latest Flutter candidate --- flutter-candidate.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flutter-candidate.txt b/flutter-candidate.txt index 366d50243d0..a39808b9420 100644 --- a/flutter-candidate.txt +++ b/flutter-candidate.txt @@ -1 +1 @@ -c6cec79f1f5d4ea1242936c7574af02bd39207c4 +8422f21c7a862e1ee3b16fb087772ed1b60d1523 From f7d4f6dea793a6b3fa1ee8b2e7ade7d082b04233 Mon Sep 17 00:00:00 2001 From: Sam Rawlins Date: Mon, 6 Apr 2026 13:23:18 -0700 Subject: [PATCH 3/3] revert flutter bump --- flutter-candidate.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flutter-candidate.txt b/flutter-candidate.txt index a39808b9420..366d50243d0 100644 --- a/flutter-candidate.txt +++ b/flutter-candidate.txt @@ -1 +1 @@ -8422f21c7a862e1ee3b16fb087772ed1b60d1523 +c6cec79f1f5d4ea1242936c7574af02bd39207c4