capture_box library

Classes

CaptureBox
CaptureBox wraps the Widget passed to its child attribute, allowing calls coming from its controller to trigger a rendering task, resulting in a Uint8List that can be converted to several image and document file types.
CaptureBoxController
CaptureBoxController can be attached to a CaptureBox Widget, allowing to perform conversions with rendering outputs. It also allows saving the resulting byte lists into user-defined directories.

Enums

SaveMode