ibrierley / flutter_map_vector_tiles

A Vector Tile Plugin for flutter_map
BSD 2-Clause "Simplified" License
14 stars 7 forks source link

How to load this? #26

Open furkan-celik opened 2 years ago

furkan-celik commented 2 years ago

Hi,

I didn't see any pub.dev links, should I pull the repo and place it in my project? Or what would be the correct way to set up this plugin?

Thank you

p-shapovalov commented 2 years ago

You can use pub.dev search https://pub.dev/packages?q=Flutter+map+vector+tiles

furkan-celik commented 2 years ago

I can't see this library in search though. The one at the top is different from this one

p-shapovalov commented 2 years ago

Sorry, missed it. Yes, in this case you can add plugin to pubspec as git dependency Anyway it looks like current project abandoned

ibrierley commented 2 years ago

This plugin is more of a proof of concept currently, hence probably not reliable enough for production. It's a case of needing more than myself really to get it to a state of production. I may come back to it at some point as I'm working on some similar things that may overlap and may be good to tie it all together, but there's a better one for completeness at https://github.com/greensopinion/flutter-vector-map-tiles for the moment.

If someone did find it useful and had some specific problems I may revisit it a bit sooner.

furkan-celik commented 2 years ago

your one looks a bit easy than flutter-vector-map-tiles honestly for me at least. This one looks like it can work with direct mapbox styles and more of an in box solution. I will look a bit more to the other one then. Thanks

ibrierley commented 2 years ago

I think if you want specific styles support to match existing ones elsewhere like mapbox, the other one is better.. If it's for a custom solution where roads/paths are going to be custom and want to try and tweak performance at the expense of supporting styles, you could try this one (and I'd be interested to know how you get on). I am typically active and about to try and help if you do decide to use this one at all.