widget_to_image_converter 1.1.1 copy "widget_to_image_converter: ^1.1.1" to clipboard
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
0
likes
160
points
72
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter FFI plugin to convert a widget to an image. Uses C library to convert the widget to an image.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

ffi, flutter, plugin_platform_interface

More

Packages that depend on widget_to_image_converter

Packages that implement widget_to_image_converter