pikaju / flutter-maps-launcher

Simple Flutter package to open the maps application (or browser) on all platforms.
https://pub.dev/packages/maps_launcher
MIT License
60 stars 43 forks source link

chore: use "web" package instead of "dart:html" to support WASM compilation #41

Open r-durao-pvotal opened 4 months ago

r-durao-pvotal commented 4 months ago

With WASM compilation being considered stable in Flutter 3.22.0 for web, it is necessary to remove dart:html dependencies and replace them with the "web" package in order to support it

prologikus commented 3 months ago

working