capture_box library
Classes
- CaptureBox
-
CaptureBox wraps the Widget passed to its
childattribute, allowing calls coming from itscontrollerto 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.