File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010/// Note: a regexp in the `dt update-version' command logic matches the constant
1111/// declaration `const version =` . If you change the declaration you must also
1212/// modify the regex in the `dt update-version' command logic.
13- const version = '2.50 .0' ;
13+ const version = '2.51.0-dev .0' ;
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ publish_to: none
77
88# Note: this version should only be updated by running the 'dt update-version'
99# command that updates the version here and in 'devtools.dart'.
10- version : 2.50 .0
10+ version : 2.51.0-dev .0
1111
1212repository : https://github.com/flutter/devtools/tree/master/packages/devtools_app
1313
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ found in the LICENSE file or at https://developers.google.com/open-source/licens
66This is draft for future release notes, that are going to land on
77[ the Flutter website] ( https://docs.flutter.dev/tools/devtools/release-notes ) .
88
9- # DevTools 2.50 .0 release notes
9+ # DevTools 2.51 .0 release notes
1010
11- The 2.50 .0 release of the Dart and Flutter DevTools
11+ The 2.51 .0 release of the Dart and Flutter DevTools
1212includes the following changes among other general improvements.
1313To learn more about DevTools, check out the
1414[ DevTools overview] ( /tools/devtools/overview ) .
@@ -27,9 +27,7 @@ TODO: Remove this section if there are not any general updates.
2727
2828## CPU profiler updates
2929
30- - Deleted the "Profile app start up" button in favor of the new Dart/Flutter
31- ` --profile-startup ` CLI flags. -
32- [ #9358 ] ( https://github.com/flutter/devtools/pull/9358 )
30+ TODO: Remove this section if there are not any general updates.
3331
3432## Memory updates
3533
@@ -70,4 +68,4 @@ TODO: Remove this section if there are not any general updates.
7068## Full commit history
7169
7270To find a complete list of changes in this release, check out the
73- [ DevTools git log] ( https://github.com/flutter/devtools/tree/v2.50 .0 ) .
71+ [ DevTools git log] ( https://github.com/flutter/devtools/tree/v2.51 .0 ) .
You can’t perform that action at this time.
0 commit comments