xworkmate-app/windows/flutter
Haitao Pan 1be01a0a72
[backport] refactor clipboard pasteboard fix (#55) to release/v1.1.5 (#60)
* 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)

* ci: keep TestFlight package release-only

(cherry picked from commit bd500d66c7)

* ci: refresh release validation for #55 backport

---------

Co-authored-by: Haitao Pan <manbuzhe2009@qq.com>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-30 09:24:48 +08:00
..
CMakeLists.txt Initial Flutter workspace shell 2026-03-11 07:32:52 +08:00
generated_plugin_registrant.cc [backport] refactor clipboard pasteboard fix (#55) to release/v1.1.5 (#60) 2026-06-30 09:24:48 +08:00
generated_plugin_registrant.h Initial Flutter workspace shell 2026-03-11 07:32:52 +08:00
generated_plugins.cmake [backport] refactor clipboard pasteboard fix (#55) to release/v1.1.5 (#60) 2026-06-30 09:24:48 +08:00