developer_tools_shared_preferences library

Classes

DeveloperToolEntry
Simple model describing a single entry in the developer tools overlay.
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.
DeveloperToolsSharedPreferences
Shared Preferences integration for developer_tools.

Enums

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

Functions

preferencesActionsToolEntry({String? sectionLabel, SharedPreferences? instance}) DeveloperToolEntry
Single DeveloperToolEntry with quick actions for shared preferences: view summary, export as JSON, and clear all.
preferencesBrowserToolEntry({String? sectionLabel, SharedPreferences? instance}) DeveloperToolEntry
Single DeveloperToolEntry that opens a full-featured preferences browser dialog. Supports viewing, searching, editing, adding, and deleting individual shared preference entries.

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.