flutter-maps-launcher icon indicating copy to clipboard operation
flutter-maps-launcher copied to clipboard

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

Open r-durao-pvotal opened this issue 9 months ago • 1 comments

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

r-durao-pvotal avatar May 15 '24 15:05 r-durao-pvotal