DevTools 2.10.0 release notes

The 2.10.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.

Flutter inspector updates

  • Added search support to the Widget Tree, and added a breadcrumb navigator to the Widget Details Tree to allow for quickly navigating through the tree hierarchy - #3525

    inspector search

CPU profiler updates

  • Fix a null reference in the CPU profiler when loading an offline snapshot - #3596

Debugger updates

  • Added support for multi-token file search, and improved search match prioritization to rank file name matches over full path matches - #3582
  • Fix some focus-related issues - #3602

Logging view updates

  • Fix a fatal error that occurred when filtering logs more than once - #3588

Full commit history

To find a complete list of changes since the previous release, check out the diff on GitHub.