pikaju / flutter-maps-launcher

Simple Flutter package to open the maps application (or browser) on all platforms.
https://pub.dev/packages/maps_launcher
MIT License
61 stars 47 forks source link

Extend iOS part to support native navigation #5

Closed AAverin closed 1 year ago

AAverin commented 4 years ago

Instead of just firing a URL, plugin could run some custom code that would allow iOS devices to show a list of suggestions to pick from when navigating https://stackoverflow.com/questions/28604429/how-to-open-maps-app-programmatically-with-coordinates-in-swift

pikaju commented 1 year ago

Maybe the map_launcher plugin is more suited for this use case.