bluefireteam / bitmap

A Flutter package for manipulating bitmaps
MIT License
176 stars 34 forks source link

Add Flutter Web support #10

Open tolstenko opened 5 years ago

tolstenko commented 5 years ago

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

renancaraujo commented 5 years ago

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.

tolstenko commented 5 years ago

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.

renancaraujo commented 4 years ago

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.

definev commented 3 years ago

Any update?