bitmap icon indicating copy to clipboard operation
bitmap copied to clipboard

Add Flutter Web support

Open tolstenko opened this issue 5 years ago • 4 comments

Hey fellow unicamper! I would love to see this working on web too! Tks

tolstenko avatar Nov 13 '19 19:11 tolstenko

Yah, That my friends is almost impossible right now. Unless we manage to connect wasm to a flutter web app and manage to compile our C sources to wasm.

renancaraujo avatar Nov 15 '19 10:11 renancaraujo

This could help somehow. https://api.dartlang.org/stable/2.6.1/dart-html/AudioElement-class.html https://api.dartlang.org/stable/2.6.1/dart-html/MediaElement-class.html Or maybe using document and dom we could write the same functionality.

tolstenko avatar Nov 15 '19 15:11 tolstenko

Right, and then how come we would bridge the FFI to call js methods?

PS: I'm avoiding PlatformChannelsdue to the possibility od FFI packages become something different than plugins.

renancaraujo avatar Nov 21 '19 11:11 renancaraujo

Any update?

definev avatar Jul 23 '21 07:07 definev