This is draft for future release notes, that are going to land on the Flutter website.
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.
TODO: Remove this section if there are not any general updates.
TODO: Remove this section if there are not any general updates.
TODO: Remove this section if there are not any general updates.
TODO: Remove this section if there are not any general updates.
TODO: Remove this section if there are not any general updates.
TODO: Remove this section if there are not any general updates.
- Fixed network logging after a hot restart. - #9271.
- Started displaying events related to timers in the Logging View. - #9238.
TODO: Remove this section if there are not any general updates.
TODO: Remove this section if there are not any general updates.
TODO: Remove this section if there are not any general updates.
TODO: Remove this section if there are not any general 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.
To find a complete list of changes in this release, check out the DevTools git log.