widgets library

Capture widgets through their real headless layout and update pipeline.

Enums

WidgetCaptureMode
Selects the source used by captureWidget.

Functions

captureWidget(Widget widget, {int columns = 80, int rows = 24, FutureOr<void> arrange(WidgetTester tester)?, WidgetCaptureMode mode = WidgetCaptureMode.view}) Future<TerminalCapture> Capture
Captures widget after layout and optional deterministic interactions.