Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
title: DevTools 2.52.0 release notes
shortTitle: 2.52.0 release notes
breadcrumb: 2.52.0
showToc: false
---

The 2.52.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](/tools/devtools/overview).

## General updates

- Added a horizontal scrollbar to data tables to help with navigation. -
[#9482](https://github.com/flutter/devtools/pull/9482)
- Made it possible to resize data table columns by dragging the header separators. -
[#9485](https://github.com/flutter/devtools/pull/9485)

## Network profiler updates

- Fixed layout of the "error count" badge in the tab name. -
[#9470](https://github.com/flutter/devtools/pull/9470)
- Fixed display of "Response Headers" and "Request Headers" when there are no
headers. - [#9492](https://github.com/flutter/devtools/pull/9492)
- Added a banner to clearly indicate when DevTools is not logging network
requests. - [#9495](https://github.com/flutter/devtools/pull/9495)

## VS Code updates

- Fixed issue preventing shortcuts like `Cmd`+`C` and `Cmd`+`V` from working when DevTools was
embedded inside VS Code on macOS. -
[#9472](https://github.com/flutter/devtools/pull/9472)

## Full commit history

To find a complete list of changes in this release, check out the
[DevTools git log](https://github.com/flutter/devtools/tree/v2.52.0).
Loading