service library

Classes

ConnectedApp
ConnectedState
DeveloperServiceEvent
Events received over the VM Service from one the running developer services (DDS, VM Service, etc.).
Disposable
DTDManager
Manages a connection to the Dart Tooling Daemon.
EvalOnDartLibrary
FlutterEvent
Events received over the VM Service from the Flutter framework.
FlutterVersion
IsolateManager
IsolateState
OfflineConnectedApp
ResolvedUriManager
Manager for handling package Uri lookup and caching.
RootInfo
ServiceExtensionManager
Manager that handles tracking the service extension for the main isolate.
ServiceExtensionState
ServiceManager<T extends VmService>
VmServiceCapabilities

Extensions

VmServiceExtension on VmService

Constants

dartHtmlLibraryUri → const String
flutterLibraryUri → const String
flutterVersionService → const RegisteredService
Flutter version service registered by Flutter Tools.

Functions

forEachIsolateHelper(VmService vmService, Future<void> callback(IsolateRef)) Future<void>

Typedefs

ServiceManagerCallback<T> = FutureOr<void> Function(T? service)