flutter_html2image 1.0.0 copy "flutter_html2image: ^1.0.0" to clipboard
flutter_html2image: ^1.0.0 copied to clipboard

outdated

A Flutter plugin to generate full content screenshot from raw HTML using platform-specific web engine.

flutter_html2image #

A Flutter plugin to generate full content screenshot from raw HTML using platform-specific web engine.

  • WebView (Android)
  • WKWebView (iOS)
  • Chromium (Windows)

Requirements #

  • Android: minSdkVersion 17

Example #

    await _generator.load(html);
    Uint8List image = await _generator.generate();

Credits #

0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

A Flutter plugin to generate full content screenshot from raw HTML using platform-specific web engine.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, flutter_inappwebview_forked, image, puppeteer

More

Packages that depend on flutter_html2image