Skip to content
Open
Show file tree
Hide file tree
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
478 changes: 478 additions & 0 deletions src/content/tools/devtools/custom-extension.md

Large diffs are not rendered by default.

19 changes: 10 additions & 9 deletions src/content/tools/devtools/extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,11 @@ You can modify the setting at any time from the DevTools Extensions dialog:

![Screenshot of extension enablement dialog](/assets/images/docs/tools/devtools/extension_dialog.png)

> Note: if the extension requires a running a connection to a running
application, you will not see the enablement prompt or enablement settings until
:::note
If the extension requires connecting to a running application,
you won't see the enablement prompt or enablement settings until
DevTools is connected to a running app.
:::

Extension enablement states are stored in a `devtools_options.yaml`
file in the root of the user's project
Expand Down Expand Up @@ -73,13 +75,12 @@ differ between project contributors.

## Build a DevTools extension

For an in-depth guide on how to build a DevTools extension,
check out [Dart and Flutter DevTools extensions][article],
a free article on Medium.
For an in-depth guide on how to build a DevTools extension, visit
[Build custom tooling in Flutter and Dart DevTools][build-extensions]

To learn more about writing and using DevTools extensions,
check out the following video:
You might also check out the following video:

<YouTubeEmbed id="gOrSc4s4RWY" title="Building DevTools extensions | Flutter Build Show"></YouTubeEmbed>
<YouTubeEmbed id="gOrSc4s4RWY"
title="Building DevTools extensions | Flutter Build Show"></YouTubeEmbed>

[article]: {{site.flutter-blog}}/dart-flutter-devtools-extensions-c8bc1aaf8e5f
[build-extensions]: /tools/devtools/custom-extension
2 changes: 2 additions & 0 deletions src/data/sidenav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -674,6 +674,8 @@
permalink: /tools/devtools/app-size
- title: DevTools extensions
permalink: /tools/devtools/extensions
- title: Build a custom extension
permalink: /tools/devtools/custom-extension
- title: Validate deep links
permalink: /tools/devtools/deep-links
- title: Release notes
Expand Down
Loading