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

Support for WebAssembly (Wasm) #46

Open
arnaudruffin opened this issue Sep 11, 2024 · 1 comment · May be fixed by #48
Open

Support for WebAssembly (Wasm) #46

arnaudruffin opened this issue Sep 11, 2024 · 1 comment · May be fixed by #48

Comments

@arnaudruffin
Copy link

Since a few month Flutter stable release support web assembly: https://docs.flutter.dev/platform-integration/web/wasm
Currently the latest published version of flutter-maps-launcher does not support web assembly.

I haven't checked in detail, but I think that for "flutter-maps-launcher" to be compliant it would only need to migrate to package:web.
https://dart.dev/interop/js-interop/package-web

I am willing to contribute if needed.

@arnaudruffin
Copy link
Author

After having a look it is even simplier : the JS interop that is causing the issue can be updated with the new package:web, but it seems that it is only used to implement 'getPlatformVersion' method, which does not exist in the interface.

This must be a leftover from the initial plugin template.

Deleting this method would do.

@arnaudruffin arnaudruffin linked a pull request Sep 11, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant