Skip to content

Latest commit

 

History

History
77 lines (47 loc) · 2.25 KB

File metadata and controls

77 lines (47 loc) · 2.25 KB

This is draft for future release notes, that are going to land on the Flutter website.

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.

General updates

TODO: Remove this section if there are not any general updates.

Inspector updates

TODO: Remove this section if there are not any general updates.

Performance updates

TODO: Remove this section if there are not any general updates.

CPU profiler updates

TODO: Remove this section if there are not any general updates.

Memory updates

TODO: Remove this section if there are not any general updates.

Debugger updates

TODO: Remove this section if there are not any general updates.

Network profiler updates

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

Logging updates

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

App size tool updates

TODO: Remove this section if there are not any general updates.

Deep links tool updates

TODO: Remove this section if there are not any general updates.

VS Code Sidebar updates

TODO: Remove this section if there are not any general updates.

DevTools Extension updates

TODO: Remove this section if there are not any general updates.

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.