flutter-maps-launcher icon indicating copy to clipboard operation
flutter-maps-launcher copied to clipboard

Simple Flutter package to open the maps application (or browser) on all platforms.

Results 20 flutter-maps-launcher issues
Sort by recently updated
recently updated
newest added

Hi @pikaju Kindly update the library for supporting the travel mode In my current app i cant able to use this case Once update ASAP Thanks

Hi, would you be open to adding methods or params to allow the user to choose the map provider? For example, many on iOS devices prefer using Google Maps over...

When using `MapsLauncher.launchQuery()` the Maps app opens correctly with the position but in background a PlatformException is triggered. The throwing method is _failedSafariViewControllerLoadException() of url_launcher_ios package. Versions: maps_launcher: 2.2.1 url_launcher:...

With WASM compilation being considered stable in Flutter 3.22.0 for web, it is necessary to remove dart:html dependencies and replace them with the "web" package in order to support it

Remove an unused method in maps_launcher_web.dart (the whole file could be deleted as there is no specific web implementation but only use of url_launcher directly from dart). This should fix...

Since a few month Flutter stable release support web assembly: https://docs.flutter.dev/platform-integration/web/wasm Currently the latest published version of flutter-maps-launcher does not support web assembly. I haven't checked in detail, but I...

I'm calling MapsLauncher.launchQuery(fullAddress); in my flutter app. This opens up the chooser dialog on my Android device. Zoom is one of the open with options. Expected - To open google...

Follows the advice [here](https://stackoverflow.com/a/74012029/3950982) to try to fix #42. (The changes are all in maps_launcher.dart, but I also updated the deps, hence the large changeset)

``` A problem occurred configuring project ':maps_launcher'. > Could not create an instance of type com.android.build.api.variant.impl.LibraryVariantBuilderImpl. > Namespace not specified. Specify a namespace in the module's build file ```