hyper_render_clipboard 1.3.1 copy "hyper_render_clipboard: ^1.3.1" to clipboard
hyper_render_clipboard: ^1.3.1 copied to clipboard

Image clipboard support for HyperRender using super_clipboard. Enables copying, saving, and sharing images.

Changelog — hyper_render_clipboard #

1.3.1 - 2026-05-14 #

🏗️ Packaging #

  • Opt-in add-on: hyper_render_clipboard is no longer bundled with the root hyper_render package. Add it explicitly to your pubspec.yaml if you use SuperClipboardHandler. This removes the compileSdk = 34 requirement from default hyper_render users.

1.3.0 - 2026-05-03 #

✨ New Features #

  • share_plus: ^10.0.0: Upgraded from ^7.2.0 — resolves mime version conflict with newer Flutter projects
  • Image copy: SuperClipboardHandler.copyImage() supports PNG byte data via super_clipboard
  • Image share: SuperClipboardHandler.shareImage() via share_plus

🐛 Bug Fixes #

  • Race condition: Copy operation now guards against concurrent calls with a lock flag — prevents duplicate clipboard writes
  • Static analysis: Replaced deprecated Share.shareXFiles() with SharePlus.instance.share() — 0 analyzer issues
  • Directory convention: Renamed docs/doc/ (pub.dev singular directory convention)

1.2.0 - 2026-03-30 #

  • Initial release: image clipboard and share support for HyperRender selections
6
likes
150
points
172
downloads

Documentation

API reference

Publisher

verified publisherbrewkits.dev

Weekly Downloads

Image clipboard support for HyperRender using super_clipboard. Enables copying, saving, and sharing images.

Homepage
Repository (GitHub)
View/report issues

Topics

#flutter #clipboard #image-copy

License

MIT (license)

Dependencies

flutter, http, hyper_render_core, path_provider, share_plus, super_clipboard

More

Packages that depend on hyper_render_clipboard