DevTools 2.7.0 release notes
The 2.7.0 release of the Dart and Flutter DevTools includes the following changes among other general improvements. To learn more about DevTools, check out the DevTools overview.
General updates
#- Improvements for initial page load time - #3309
- Fix a couple scrollbar-related issues - #3393, #3401
Debugger updates
#-
Add an open file dialog (ctrl / cmd + p) - #3342, #3354, #3371, #3384
-
Add a copy button to the call stack view - #3334
CPU profiler updates
#-
Added functionality to load an app startup profile for Flutter apps. This profile will contain CPU samples from the initialization of the Dart VM up until the first Flutter frame has been rendered - #3357
When the app startup profile has been loaded, you will see that the "AppStartUp" user tag is selected for the profile. You can also load the app startup profile by selecting this user tag filter, when present, in the list of available user tags.
-
Added multi-isolate support. Select which isolate you want to profile from the isolate selector at the bottom of the page - #3362
-
Add class names to CPU stack frames in the profiler - #3385
Full commit history
#除非另有说明,本文档之所提及适用于 Flutter 的最新稳定版本,本页面最后更新时间: 2024-09-09。 查看文档源码 或者 为本页面内容提出建议。