fleaflet / flutter_map

A versatile mapping package for Flutter. Simple and easy to learn, yet completely customizable and configurable, it's the best choice for mapping in your Flutter app.
https://pub.dev/packages/flutter_map
BSD 3-Clause "New" or "Revised" License
2.76k stars 863 forks source link

[DOCS] Update for WASM 🎉 #1966

Closed lishaduck closed 2 months ago

lishaduck commented 2 months ago

What is the bug?

On https://docs.fleaflet.dev/getting-started/installation#renderer, it says that you need CanvasKit. This is no longer true.

How can we reproduce it?

1885 proves that it support skwasm as well.

Do you have a potential solution?

Update to note that it supports WASM 🥳

(I'd update it myself, but it seems that the docs are closed-source)

Platforms

n/a

Severity

Minimum: Allows normal functioning

JaffaKetchup commented 2 months ago

Thanks for reminder! It looks like the web renderer options have also changed (Flutter have begun to remove HTML by the looks of it).

FYI, the docs are on the docs branch (https://github.com/fleaflet/flutter_map/tree/docs), but we usually edit it ourselves on the web editor anyway :)