OpenStreetMap for flutter

344

You should use the flutter_map package, like quoci said in the comments.

It allows you to view maps from any source that gives a URL as an access method. There are plenty of setup instructions and examples on the package's readme page for you to get started.
You can even use Google Maps' Static Tiles API URL (which, don't quote me on this part, I think is legal to use without payment).

Share:
344
ht herkool
Author by

ht herkool

Updated on December 28, 2022

Comments

  • ht herkool
    ht herkool over 1 year

    I want to use OSM in flutter .but I cannot add it to flutter and i want to use any free maps like this. I don't wanna pay for APIs .what should I do? Is there any way to add OSM To flutter. it takes couples of day and I can't add any map to my app!

  • ht herkool
    ht herkool about 3 years
    thank you quoci and JaffaKetchup.that was Great! and I got what I want!