developer_tools_console library

Classes

ConsoleLog
Global in-memory log for Flutter errors and other console events.
ConsoleLogEntry
Internal log entry for the console (Flutter errors, etc.).
ConsoleLogSource
DeveloperToolsLogSource implementation for the console.
DeveloperToolEntry
Simple model describing a single entry in the developer tools overlay.
DeveloperToolsConsole
Console 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

consoleLogToolEntry(BuildContext context, {String? sectionLabel}) DeveloperToolEntry
A DeveloperToolEntry that shows the console log (Flutter errors, etc.).
installConsoleErrorHandlers() → void
Installs global error handlers that log to ConsoleLog.

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.