File tree Expand file tree Collapse file tree 1 file changed +41
-0
lines changed
src/content/tools/devtools/release-notes Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ title : DevTools 2.54.0 release notes
3+ shortTitle : 2.54.0 release notes
4+ breadcrumb : 2.54.0
5+ showToc : false
6+ ---
7+
8+ The 2.54.0 release of the Dart and Flutter DevTools
9+ includes the following changes among other general improvements.
10+ To learn more about DevTools, check out the
11+ [ DevTools overview] ( /tools/devtools/overview ) .
12+
13+ ## General updates
14+
15+ - Dropped connections to DTD will now automatically be retried to improve the
16+ experience when your machine is resumed from sleep. -
17+ [ #9587 ] ( https://github.com/flutter/devtools/pull/9587 )
18+
19+ ## Inspector updates
20+
21+ - Added a warning banner that the legacy inspector
22+ will be removed in a future release. -
23+ [ #9572 ] ( https://github.com/flutter/devtools/pull/9572 )
24+
25+ ## Memory updates
26+
27+ - Fixed an error preventing users from changing the zoom duration. -
28+ [ #9573 ] ( https://github.com/flutter/devtools/pull/9573 )
29+
30+ ## Deep links tool updates
31+
32+ - Added a more informative dialog if the Deep Links tool is
33+ unable to find build options for the iOS or Android app. -
34+ [ #9571 ] ( https://github.com/flutter/devtools/pull/9571 )
35+ - Fixed null error when parsing universal link settings. -
36+ [ #9581 ] ( https://github.com/flutter/devtools/pull/9581 )
37+
38+ ## Full commit history
39+
40+ To find a complete list of changes in this release, check out the
41+ [ DevTools git log] ( https://github.com/flutter/devtools/tree/v2.54.0 ) .
You can’t perform that action at this time.
0 commit comments