DevTools 2.22.2 release notes
The 2.22.2 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
#- Prevent crashes if there is no main isolate - #5232
CPU profiler updates
#-
Display stack frame URI inline with method name to ensure the URI is always visible in deeply nested trees - #5181
-
Add the ability to filter by method name or source URI - #5204
Memory updates
#-
Change filter default to show only project and 3rd party dependencies - #5201.
-
Support expression evaluation in console for running application - #5248.
-
Add column
Persisted
for memory diffing - #5290
Debugger updates
#-
Add support for browser navigation history when navigating using the File Explorer - #4906
-
Designate positional fields for
Record
types with the getter syntax beginning at$1
- #5272 -
Fix variable inspection for
Map
andList
instances - #5320 -
Fix variable inspection for
Set
instances - #5323
Network profiler updates
#- Improve reliability and performance of the Network tab - #5056
Full commit history
#除非另有说明,本文档之所提及适用于 Flutter 的最新稳定版本,本页面最后更新时间: 2024-09-04。 查看文档源码 或者 为本页面内容提出建议。