xworkmate-app/lib
Haitao Pan 6e31064cd2 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>
2026-06-30 07:32:58 +08:00
..
app fix(assistant): keep manual bridge usable when signed out of svc.plus 2026-06-29 10:57:00 +08:00
features refactor: replace super_clipboard with pasteboard, drop cargokit/Rust 2026-06-30 07:32:58 +08:00
i18n Refine sidebar language toggle layout 2026-03-11 15:25:33 +08:00
models chore: update macOS deployment target to 14.0 and commit pending changes 2026-06-25 09:52:33 +08:00
runtime fix: reveal artifact files without blocking 2026-06-28 14:49:41 +08:00
theme refactor: unify app theme surfaces by scene 2026-03-30 15:31:01 +08:00
widgets chore: remove stale Flutter code 2026-06-12 14:52:23 +08:00
main.dart feat: add ui feature flag release docs pipeline 2026-03-22 10:49:13 +08:00