title | description | toc |
---|---|---|
DevTools release notes |
Learn about the latest changes in Dart and Flutter DevTools. |
false |
This page summarizes the changes in official stable releases of DevTools. To view a complete list of changes, check out the DevTools git log.
The Dart and Flutter SDKs include DevTools. To check your current version of DevTools, run the following on your command line:
$ dart devtools --version
{% comment %}
When adding the release notes for a new DevTools release,
make sure to add the version number as an entry to the list
found at /src/_data/devtools_releases.yml
.
{% endcomment -%}
{% assign releases = devtools_releases.releases %}
{% for release in releases -%}
- {{release}} release notes {% endfor -%}