MixinNetwork / flutter-plugins

🧱 Flutter plugins used in Mixin Messenger.
MIT License
446 stars 192 forks source link

[desktop_drop] Support for WASM Compilation #347

Closed mack-at-pieces closed 5 months ago

mack-at-pieces commented 5 months ago

Hey 👋🏼 We've been a long-time user of the desktop_drop package and it's served us well over at pieces.app.

We're about to start compiling some of our web-based projects to WASM, and this package is currently a blocker as it's still relying on dart:html instead of package:web.

I'll look into upgrading this here soon if no one else gets to it before me.

Thanks!