widget_to_image_converter 1.1.1
widget_to_image_converter: ^1.1.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.1.1 - 2025-07-30 #
- Add
ConvertToJpegIsolatePoolMixin
mixin - Add
convertToJpegWithPool
method - Add
configurePool
method - Add
reset
method - Add
getPoolStats
method
1.1.0 - 2025-07-22 #
- Add
convertToJpegAsync
method - Add
getRgba
method - Add
ConvertToJpegIsolateMixin
mixin - Add
convertToJpegAsync
method
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