developer_tools_alice library

Classes

DeveloperToolEntry
Simple model describing a single entry in the developer tools overlay.
DeveloperToolsAlice
Alice HTTP Inspector integration for developer_tools.
DeveloperToolsDockConfig
Configuration for the docked log panel.
DeveloperToolsExtension
Base class for pluggable developer tools extensions.
DeveloperToolsLogEntry
Unified representation of a log entry for display in the dock or overlay.
DeveloperToolsLogSource
A source of log entries that can be shown in the dock and overlay.
DeveloperToolsLogSourceRegistry
Global registry of log sources for the dock.
DeveloperToolsMemoryLog<T>
Generic in-memory log for developer tools extensions.

Enums

DeveloperToolsDockPosition
Position of the docked log panel.
DeveloperToolsLogLevel
Severity/level of a log entry for display purposes.

Functions

inspectorStatusOverviewToolEntry({String? sectionLabel, Alice? instance}) DeveloperToolEntry
A DeveloperToolEntry that opens a dialog showing Alice inspector status (e.g. whether the inspector is currently opened) with copy-to-clipboard.
openInspectorToolEntry({String? sectionLabel, Alice? instance}) DeveloperToolEntry
A DeveloperToolEntry that opens Alice's HTTP Inspector fullscreen page.

Typedefs

DebugInfoCallback = Future<String?> Function(BuildContext context)
Signature for a callback that returns debug information as a string.
DeveloperToolAction = FutureOr<void> Function(BuildContext context)
Signature for a developer tool action.