# 开发者工具 (DevTools) 发行注记

> Flutter 和 Dart DevTools 的最新发布内容



This page summarizes the changes in official stable releases of DevTools.
To view a complete list of changes, check out the
[DevTools git log](https://github.com/flutter/devtools/commits/master).

本篇链接的是 Flutter 和 Dart DevTools 的公告和发行注记。
如果你想查看完整的变更内容，你可以查看
[DevTools 的 git 记录](https://github.com/flutter/devtools/commits/master)。

The Dart and Flutter SDKs include DevTools.
To check your current version of DevTools,
run the following on your command line:

Dart 和 Flutter 也内置了 DevTools。
你可以运行以下命令查看其版本：

```console
$ dart devtools --version
```

### Release notes

<DevToolsReleaseNotesIndex />

