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.
Unless stated otherwise, the documentation on this site reflects the latest stable version of Flutter. Page last updated on 2025-03-04. View source or report an issue.