devtools_server library
Classes
- DevToolsUsage
- Provides access to the local DevTools store (~/.flutter-devtools/.devtools).
- IOPersistentProperties
- ServerApi
- The DevTools server API.
Enums
Extensions
- FileSystemExtension on FileSystem
- VmServiceHandler on Never
- A namespace for VM service related server request handlers.
Constants
- fileSystem → const FileSystem
- The real, local file system, which can be avoided in tests.
Typedefs
- DetectRootPackageResponse = ({String? message, bool success, Uri? uri})