Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Flutter Web support #10

Open
tolstenko opened this issue Nov 13, 2019 · 4 comments
Open

Add Flutter Web support #10

tolstenko opened this issue Nov 13, 2019 · 4 comments
Labels
enhancement New feature or request

Comments

@tolstenko
Copy link

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

@renancaraujo
Copy link
Member

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 renancaraujo added the enhancement New feature or request label Nov 15, 2019
@tolstenko
Copy link
Author

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
Copy link
Member

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
Copy link

definev commented Jul 23, 2021

Any update?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants