flet-dev / flet

Flet enables developers to easily build realtime web, mobile and desktop apps in Python. No frontend experience required.
https://flet.dev
Apache License 2.0
9.43k stars 360 forks source link

`Location` control #66

Open krishnakafle opened 1 year ago

krishnakafle commented 1 year ago

I am really searching for Location support for mapping purpose. It will be really useful on development of location based services.

FeodorFitsner commented 1 year ago

Would implementing Location package be enough for your use case https://pub.dev/packages/location?

krishnakafle commented 1 year ago

yeah that would be great. But in addition to this, I would love to have map component as well. For example, https://pub.dev/packages/flutter_map

And thanks for support, you guys are doing great work.

FeodorFitsner commented 1 year ago

How would you compare flutter_map to https://pub.dev/packages/google_maps_flutter?

krishnakafle commented 1 year ago

I would prefer the Flutter_map as it is based upon leaflet (open source) compared to google_maps_flutter (will be charged for google API key after crossing the free threshold ).

FeodorFitsner commented 1 year ago

Fair enough.

lekshmanmj commented 8 months ago

I am really searching for Location support for mapping purpose. It will be really useful on development of location based services.

I'm also

ndonkoHenri commented 6 months ago

flutter_map really seems to have alot of important features and also offers a better cross platform nature in contrast to google_maps_flutter which is only for web and mobile. And the demo to that is just awesome: https://demo.fleaflet.dev/ 🚀

TheM0zart commented 3 months ago

I am really searching for Location support for mapping purpose. It will be really useful on development of location based services.

Waiting for this aswell.