devtools library

Classes

BoxModel
ChromeDevToolsService
ComputedStyle
https://chromedevtools.github.io/devtools-protocol/tot/CSS/#method-getComputedStyleForNode
CSSComputedStyleProperty
https://chromedevtools.github.io/devtools-protocol/tot/CSS/#type-CSSComputedStyleProperty
CSSKeyframesRule
CSSProperty
CSSStyle
DOMUpdatedEvent
Frame
FrameResource
FrameResourceTree
InheritedStyleEntry
InlinedStyle
InspectCSSModule
InspectDOMModule
InspectLogModule
InspectNetworkModule
InspectorClientConnected
InspectorDocument
InspectorEvent
InspectorFrontEndMessage
InspectorMethodResult
InspectorNode
https://chromedevtools.github.io/devtools-protocol/tot/DOM/#type-Node
InspectorOverlayLayer
InspectorReload
InspectorServerConnect
InspectorServerInit
InspectorServerStart
InspectOverlayModule
InspectPageModule
IsolateInspector
IsolateInspectorClient
IsolateInspectorModule
IsolateInspectorServer
JSONEncodable
JSONEncodableMap
LogEntryEvent
MatchedStyles
NetworkDataReceived
NetworkLoadingFinishedEvent
NetworkLoadNetworkResource
NetworkRequestServedFromCache
NetworkRequestWillBeSendExtraInfo
Network.requestWillBeSentExtraInfo Network.responseReceivedExtraInfo Network.dataReceived Network.resourceChangedPriority Network.loadNetworkResource Network.requestServedFromCache
NetworkRequestWillBeSentEvent
NetworkResourceChangedPriority
NetworkResponseReceivedEvent
NetworkResponseReceivedExtraInfo
PageScreenCastFrameEvent
PseudoElementMatches
Rect
RemoteDevServerService
RuleMatch
ScreenCastFrame
ScreencastFrameMetadata
ShorthandEntry
SourceRange
UIInspector
UIInspectorModule

Enums

ResourceType

Functions

enumKey(String key) String
serverIsolateEntryPoint(SendPort isolateToMainStream) → void
spawnIsolateInspectorServer(DevToolsService devTool, WebFController controller, {int port = INSPECTOR_DEFAULT_PORT, String? address}) → void

Typedefs

DartAttachInspector = void Function(int)
DartDispatchInspectorTask = void Function(double? contextId, Pointer<Void> context, Pointer<Void> callback)
DartInspectorMessageCallback = void Function(Pointer<Void> rpcSession, Pointer<Utf8> message)
DartPostTaskToInspectorThread = void Function(double contextId, Pointer<Void> context, Pointer<Void> callback)
MessageCallback = void Function(Map<String, dynamic>?)
NativeAttachInspector = Void Function(Int32)
NativeDispatchInspectorTask = Void Function(Double contextId, Pointer<Void> context, Pointer<Void> callback)
NativeInspectorMessage = Void Function(Double contextId, Pointer<Utf8>)
NativeInspectorMessageCallback = Void Function(Pointer<Void> rpcSession, Pointer<Utf8> message)
NativeInspectorMessageHandler = void Function(String message)
NativePostTaskToInspectorThread = Void Function(Double contextId, Pointer<Void> context, Pointer<Void> callback)
NativePostTaskToUIThread = Void Function(Double contextId, Pointer<Void> context, Pointer<Void> callback)
NativeRegisterInspectorMessageCallback = Void Function(Double contextId, Pointer<Void> rpcSession, Pointer<NativeFunction<NativeInspectorMessageCallback>> inspectorMessageCallback)