tree: c25dbb7838212541fe95e4f670bc1b8687b6c787
  1. extension/
  2. lib/
  3. .gitignore
  4. pubspec.yaml
  5. README.md
packages/devtools_extensions/example/foo/packages/foo/README.md

package:foo

This is an example package that has a DevTools extension shipped with it. See the extension/devtools directory. There you will find the two requirements for the parent package that is providing a DevTools extension:

  1. A config.yaml file that contains metadata DevTools needs to load the extension.
  2. The build directory, which contains the pre-compiled build output of the extension Flutter web app (see foo/packages/foo_devtools_extension).