tree: 012b05bee4f5da69bfe8c20d6b2518b3e60b0fea [path history] [tgz]
  1. _simulated_devtools_environment/
  2. devtools_extension.dart
  3. extension_manager.dart
  4. README.md
packages/devtools_extensions/lib/src/template/README.md

The code in this directory is for the DevTools extension template that package authors will use to build DevTools extensions. Files in this directory are exported through the lib/devtools_extensions.dart file.

This code is not intended to be imported into DevTools itself. Anything that should be shared between DevTools and DevTools extensions will be under the src/api directory and exported through lib/api.dart.