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

Default Apple maps #26

Closed ramirezsebas closed 1 year ago

ramirezsebas commented 2 years ago

When using IOS, it launches the default app which is Apple Maps. How can i make it list the available navigation apps on IOS? It works with android.

pikaju commented 1 year ago

I might be wrong, but I think this isn't possible on iOS. Apple just wants you to use Apple maps. Check out map_launcher, maybe it is better suited for your use case.