This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

Is there OSM plugin for flutter?

0

Hi

I need a full osm plugin for Flutter. If do you know information about it, tell me please.

Thanks

asked 27 Nov '19, 10:32

Peace's gravatar image

Peace
1111
accept rate: 0%

3

I guess that you're talking about this?

OSM is just a big pile of data that people can interact with in different ways. The can create maps, calculate routes, extract data (e.g. "how many social clubs in Stockholm") and do lots of other things. What is it that you want to do?

If you can load existing Javascript libraries in there via something like a webview, and you want to create maps, then look at using Leaflet in a webview.

(27 Nov '19, 11:18) SomeoneElse ♦

One Answer:

0

You may check out our Syncfusion Flutter Maps widget which allows you to render tiles/images from services like OpenStreetMaps, Bing Maps, etc. It provides features like zooming and panning interactions, adding markers in the desired locations, etc.

https://www.syncfusion.com/flutter-widgets/flutter-maps

Please find the demos in the below links.

Android: https://play.google.com/store/apps/details?id=com.syncfusion.flutter.examples&hl=en_US&gl=US

iOS: https://apps.apple.com/us/app/syncfusion-flutter-ui-widgets/id1475231341

Web: https://flutter.syncfusion.com/#/maps/tile-layer/osm

Regarding the usage of Syncfusion widgets, we do have a community license. You can check the below link to know about whether you are eligible to use it.

https://www.syncfusion.com/products/communitylicense

Please note that I work for Syncfusion. If you need more details, feel free to contact us.

https://www.syncfusion.com/feedback

https://www.syncfusion.com/forums

https://www.syncfusion.com/support/directtrac/incidents/newincident

Regards,

Samsudeen

answered 03 Nov '20, 19:06

Mohamed's gravatar image

Mohamed
1
accept rate: 0%

Source code available on GitHub .