You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: