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.

Extensions

YamlExtension on YamlMap
YamlListExtension on YamlList
YamlNodeExtension on YamlNode

Constants

extensionBuildDefault → const String
The default location for the DevTools extension, relative to <parent_package_root>/extension/devtools/.
extensionLocation → const String
The location for the DevTools extension, relative to the parent package's root.
extensionRequestPath → const String
Location where DevTools extension assets will be served, relative to where DevTools assets are served (build/).

Functions

copyPath(String from, String to) Future<void>
Copies all of the files in the from directory to to.