xworkmate-app/lib/features
Haitao Pan dac1d0ec23 refactor: replace super_clipboard with pasteboard, drop cargokit/Rust
super_clipboard pulled in super_native_extensions (a Rust native layer
built via cargokit), whose precompiled-binary download from GitHub
release assets has been intermittently failing the build ("Connection
closed while receiving data"). It was used for exactly one feature -
reading a clipboard image into the composer - in a single file; the
other 12 imports were dead.

- Swap super_clipboard -> pasteboard (platform-channel, no Rust).
- Rewrite readClipboardImageAsXFileInternal() on Pasteboard.image
  (PNG bytes), collapsing three helpers into one.
- Remove 12 unused super_clipboard imports.
- Regenerated plugin registrants / lockfiles drop super_native_extensions.

Removes the Rust toolchain requirement and the flaky download entirely.
Text copy/paste already used Flutter's built-in Clipboard and is
unaffected.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
(cherry picked from commit 6e31064cd2)
2026-06-30 08:42:16 +08:00
..
assistant refactor: replace super_clipboard with pasteboard, drop cargokit/Rust 2026-06-30 08:42:16 +08:00
desktop chore: update macOS deployment target to 14.0 and commit pending changes 2026-06-25 09:52:33 +08:00
mobile chore: update macOS deployment target to 14.0 and commit pending changes 2026-06-25 09:52:33 +08:00
settings ci(release): load Vault secrets per-platform in build matrix (#44) 2026-06-29 15:58:04 +08:00
workspace_management feat(workspace): run remote setup script 2026-06-14 14:28:20 +08:00