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< Capturevoid> arrange(WidgetTester tester)?, WidgetCaptureMode mode = WidgetCaptureMode.view}) → Future<TerminalCapture> -
Captures
widgetafter layout and optional deterministic interactions.