# DevTools 2.51.0 release notes

> Release notes for Dart and Flutter DevTools version 2.51.0.



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

- Flutter beta channel users were opted into the DevTools-on-Wasm experiment.
  All other users can still enable the Wasm-compiled DevTools from the settings
  dialog. - [#9455](https://github.com/flutter/devtools/pull/9455)

## Inspector updates

- Fixed an issue where selecting a widget with the Inspector would open the
  widget definition file instead of the user's project file. -
  [#176530](https://github.com/flutter/flutter/pull/176530)

## 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.51.0).

