hyper_render_clipboard 1.1.2
hyper_render_clipboard: ^1.1.2 copied to clipboard
Image clipboard support for HyperRender using super_clipboard. Enables copying, saving, and sharing images.
Changelog — hyper_render_clipboard #
1.1.2 - 2026-03-25 #
- Version bump to stay in sync with
hyper_render_core1.1.2 (Ruby selection fixes, CSS @keyframes support). - No API changes in this package.
1.1.1 - 2026-03-23 #
🐛 Bug Fixes #
- Static analysis: Replaced deprecated
Share.shareXFiles()withSharePlus.instance.share()— 0 analyzer issues - Conventions: Renamed
docs/→doc/(pub.dev singular directory convention)
1.1.0 - 2026-03-20 #
✨ 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
1.0.0 - 2026-01-15 #
- Initial release: image clipboard and share support for HyperRender selections