html_to_image_flutter 2.2.0 copy "html_to_image_flutter: ^2.2.0" to clipboard
html_to_image_flutter: ^2.2.0 copied to clipboard

Flutter plugin to convert HTML file to image on Android and iOS using WebView on Android and WkWebView on iOS.

2.2.0 #

  • Added offline-first HTML rendering support documentation
  • Convert in-memory HTML and bundled asset HTML without requiring network access
  • Keep Android captures working when remote images, fonts, or other subresources fail while offline
  • Document recommended offline usage patterns for inline CSS, local assets, and data URI images
  • Updated package tests for the current HtmlToImage API before publishing

1.1.0 #

  • Improved plugin compatibility and rendering reliability
  • Added config-style API support similar to html_to_image, including layout, capture, margins, and webview configuration objects
  • Kept backward compatibility with existing width-based calls
  • Improved Android rendering to avoid white/blank captures by keeping the WebView renderable while positioned off-screen
  • Improved iOS rendering readiness checks so snapshots wait for layout, images, and fonts before capture
  • Preserved offline conversion support using local HTML content and asset-based rendering
  • Kept Windows support in the local plugin implementation
  • Improved receipt-print use cases with white background and dark text defaults for more reliable output

1.0.0 #

  • Initial release
  • Convert HTML content to image
  • Convert HTML asset to image
0
likes
140
points
361
downloads
screenshot

Documentation

Documentation
API reference

Publisher

verified publishercodingislife.net

Weekly Downloads

Flutter plugin to convert HTML file to image on Android and iOS using WebView on Android and WkWebView on iOS.

Homepage
Repository (GitHub)
View/report issues

Topics

#html #html-to-image #html-print

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on html_to_image_flutter

Packages that implement html_to_image_flutter