# DevTools 2.25.0 release notes

> Release notes for Dart and Flutter DevTools version 2.25.0.



The 2.25.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](https://docs.flutter.dev/tools/devtools).

## General updates

- Improve DevTools tab bar navigation when the list of tabs is long -
  [#5875](https://github.com/flutter/devtools/pull/5875)
- Clear registered service methods between app connections -
  [#5960](https://github.com/flutter/devtools/pull/5960)

## Memory updates

- Add legend for class types -
  [#5937](https://github.com/flutter/devtools/pull/5937)
- Enable sampling for Memory > Profile -
  [#5947](https://github.com/flutter/devtools/pull/5947)

  ![memory sampling](/assets/images/docs/tools/devtools/release-notes/images-2.25.0/memory.png "memory_sampling")

## Full commit history

To find a complete list of changes since the previous release,
check out
[the diff on GitHub](https://github.com/flutter/devtools/compare/v2.24.0...v2.25.0).

