hyper_render_clipboard 1.3.1
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_clipboardis no longer bundled with the roothyper_renderpackage. Add it explicitly to yourpubspec.yamlif you useSuperClipboardHandler. This removes thecompileSdk = 34requirement from defaulthyper_renderusers.
1.3.0 - 2026-05-03 #
✨ New Features #
share_plus: ^10.0.0: Upgraded from^7.2.0— resolvesmimeversion conflict with newer Flutter projects- Image copy:
SuperClipboardHandler.copyImage()supports PNG byte data viasuper_clipboard - Image share:
SuperClipboardHandler.shareImage()viashare_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()withSharePlus.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