widget_to_image_converter 1.0.1
widget_to_image_converter: ^1.0.1 copied to clipboard
A Flutter FFI plugin to convert a widget to an image. Uses C library to convert the widget to an image.
Changelog #
1.0.1 - 2025-06-26 #
- call
image.dispose()
1.0.0 - 2025-06-22 #
- New methods
convertToJpeg
,convertToJpegFile
,getRgba
0.0.1 - 2025-06-19 #
- Convert widget to image in JPEG format using native C code
- Convert widget to image in PNG format using Flutter API
- Support for setting JPEG quality (1-100)
- Support for different pixel ratio for high resolution