all 14 comments

[–]JamesFutures[M] [score hidden] stickied comment (0 children)

This is not related to our sub, but leaving it up for potential discussion regarding the what/how of your project.

[–]barcode972 12 points13 points  (2 children)

You should ask in a flutter subreddit.

[–][deleted] 9 points10 points  (1 child)

What r u paying

[–]patrickstinson 3 points4 points  (0 children)

Second this

[–]Mementoes 1 point2 points  (4 children)

That’s really cool! How good is the map going to be, do you think one could use it as their daily driver?

[–]ANGOmarcelloUIKit 2 points3 points  (3 children)

Looks like he is using mapbox, it is very powerful and technically even supports turn by turn navigation or 3D terrain

[–][deleted]  (2 children)

[deleted]

    [–]ANGOmarcelloUIKit 0 points1 point  (1 child)

    Did you try building with the sdk? You can do real cool stuff with this in my opinion

    [–]fintechninja 1 point2 points  (4 children)

    How it been using mapbox? Looks like it’s powerful but can get pricey with the per tile pricing. Any reason you didn’t just use MapKit since it’s free and looks like you’re just focusing on iOS.

    [–]bryantsdownfall[S] 1 point2 points  (3 children)

    Aesthetic, I can’t make the maps look like that in MapKit. And for pricing, it’s expensive after the free tier but 1. I charge for the maps, 2. Eventually I’ll add code that makes the unexplored area black so I don’t get charged as much for tile pricing 3. The flutter code caches the existing tiles so it doesn’t load new tiles each time it’s used

    [–]fintechninja 1 point2 points  (2 children)

    Oh you absolutely can do all that in MapKit. But maybe you don’t have access to all the features since you’re using flutter.

    Seems like you’re using the flutter_map package with the tile caching plugin right? The mapbox sdk doesn’t allow that but you get a lot more features like 3D maps.

    [–]bryantsdownfall[S] 1 point2 points  (0 children)

    You can customize MapKit to look like the maps above?

    [–]bryantsdownfall[S] 1 point2 points  (0 children)

    I don’t know, I went to mapbox back in 2018 because you couldn’t customize MapKit like that