flutterleafletopenstreetmaposmdroidleaflet.draw

How to use leaflet "openstreetmap" with flutter?


I need help to integrate leaflet maps in flutter. The project I'm working on requires showing custom markers, animations, routes and drawings on the map. But I can't find any documentation or tutorials explaining this in flutter.


Solution

  • You can use flutter_map package for that. That's one of two most widely used maps packages (next to google_maps_flutter, which is obviously only for Google Maps).

    https://github.com/johnpryan/flutter_map

    It features all things that you need AFAIR.