DevTools 2.44.0 release notes
The 2.44.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
#- Fixed various memory leaks and lifecycle issues.
CPU profiler updates
#- Improved the load time and memory usage of CPU profiles.
- Fixed incorrect duration calculations when there is time during which no samples were taken - #8941.
Memory updates
#- Changed the memory heap snapshot tool so that references are included in snapshots by default. - #8899
Debugger updates
#- Added a tooltip to describe the exception mode drop-down. - #8849
- Updated syntax highlighting with support for digit separators and improved comment and string interpolation handling. - #8861
- Updated
string_scanner
dependency to avoid some syntax highlighting issues when source contains\r\n
in certain positions on Windows. - #8904 - Added soft line wrapping in the debugger console. #8855.
Network profiler updates
#-
Added offline support for the network screen (thanks to @hrajwade96!) - #8332
-
Changed the context menu style to be consistent with other screens #8859.
-
Fixed an issue where HTTP requests would sometimes not be displayed properly, particularly when DevTools is communicating with an application over a slow network connection. - #8860
Full commit history
#To find a complete list of changes in this release, check out the DevTools git log.
除非另有说明,本文档之所提及适用于 Flutter 的最新稳定版本,本页面最后更新时间: 2025-03-04。 查看文档源码 或者 为本页面内容提出建议.