davinci 1.0.6
davinci: ^1.0.6 copied to clipboard
A package to convert any widget to an image which can be used to share to other apps and chats.
2.0.0 Added offStage support #
- If the widget is not mounted in the widget tree, pass the widget in the
DavinciCapture.offStage. Huge thanks to Christian Muertz.
1.0.5 Added capture parameters #
- The pixelRatio can be user defined instead of the static value 3.
- when the image is captured, you can either
openFilePrevieworreturnImageUint8List - Minor bug fixes