DevTools 2.35.0 release notes
The 2.35.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
#-
Changed to a single button for starting and stopping recording on the Network screen and CPU profiler screen. - #7573
Inspector updates
#- Add a preference for the default inspector view - #6949
Memory updates
#- Replaced total size with reachable size in snapshot list. - #7493
Debugger updates
#- During a hot-restart,
pause_isolates_on_start
and onlyresume
the app once breakpoints are set. - #7234
Network profiler updates
#-
Added text selection in text viewer for requests and responses. - #7596
-
Added a JSON copy experience to the JSON viewer. - #7596
-
Fixed a bug where stopping and starting network recording listed requests that happened while not recording. - #7626
Deep links tool updates
#- Improve layout for narrow screens. - #7524
- Add error handling for missing schemes and domains - #7559
VS Code Sidebar updates
#- Added a DevTools section with a list of tools and extensions that are available without a debug session. - #7598, #7604
DevTools Extension updates
#- Support DevTools extensions that do not require a running app, and detect them from the user's IDE workspace. - #7612
- Deprecate the
DevToolsExtension.requiresRunningApplication
field in favor of the new optionalrequiresConnection
field that can be added to an extension'sconfig.yaml
file. - #7611, #7602 - Detect extensions for all types of run targets in a package. - #7533, #7535
Full commit history
#除非另有说明,本文档之所提及适用于 Flutter 的最新稳定版本,本页面最后更新时间: 2024-09-04。 查看文档源码 或者 为本页面内容提出建议。