DevTools 2.48.0 release notes

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

Network profiler updates

#
  • Fixed network logging after a hot restart. - #9271.

Logging updates

#
  • Started displaying events related to timers in the Logging View. - #9238.

Advanced developer mode updates

#
  • Added a Queued Microtasks tab to the VM Tools screen, which allows a user to see details about the microtasks scheduled in an isolate's microtask queue. This tab currently only appears when DevTools is connected to a Flutter or Dart app started with --profile-microtasks. - #9239.

Full commit history

#

To find a complete list of changes in this release, check out the DevTools git log.