flutter_debug_overlay library

Flutter Debug Overlay

Classes

Bucket<T>
Holds data of type T.
DebugAction
Provides an interface for adding custom actions via DebugOverlayState.addAction.
DebugBlock
DebugDetector
Enables various techniques to trigger an action.
DebugDoubleProperty
Property describing a double value with an optional unit of measurement.
DebugEntry
Represents the basis for a a simple debug entry used in DebugOverlay.debugEntries.
DebugEnumProperty<T extends Enum?>
DebugFlagProperty
DebugInfoEntry
Represents the basis for a a info entry used in DebugOverlay.infoEntries.
DebugIntProperty
An int valued property with an optional unit the value is measured in.
DebugIterableProperty<T>
DebugOverlay
A widget that adds a debug overlay to the app, allowing for easy debugging of various components.
DebugOverlayState
DebugProperty<T>
DebugPropertyNode
DebugStringProperty
DebugValue<T>
Provides an interface for adding listenables via DebugOverlayState.addValue.
DeviceInfoEntry
DioLogInterceptor
An Dio interceptor that logs requests to a HttpBucket.
HttpBucket
A bucket that holds HttpInteraction's.
HttpClientLogAdapter
An "dart:io" HttpClient adapter that logs requests to a HttpBucket.
HttpError
HttpInteraction
HttpLogClient
An http.Client wrapper that logs requests to a HttpBucket.
HttpRequest
HttpResponse
LogBucket
A bucket that holds LogEvent's.
LogEvent
Describes a single log event.
MediaQueryInfoEntry
PackageInfoEntry
PlatformInfoEntry

Enums

LogLevel
Describes the level of a LogEvent.

Typedefs

DetectorBuilder = Widget Function(VoidCallback onDetect, Widget child)