devtools_extensions_io
library
Classes
-
DevToolsOptions
-
Manages the
devtools_options.yaml
file and allows read / write access.
-
ExtensionsManager
-
Responsible for storing the available DevTools extensions and managing the
content that DevTools server will serve at
build/devtools_extensions
.
Constants
-
extensionBuildDefault
→ const String
-
The default location for the DevTools extension, relative to
<parent_package_root>/extension/devtools/
.
-
extensionRequestPath
→ const String
-
Location where DevTools extension assets will be served, relative to where
DevTools assets are served (build/).
Exceptions / Errors
-
ExtensionParsingException
-
Exception type for errors encountered while parsing DevTools extension
config.yaml files.