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

As a result, the fix of (https://github.com/pikaju/flutter-maps-launcher/pull/32) is not published, so the plugin is still not compatible with AGP 8.0 Relevant comment: (https://github.com/pikaju/flutter-maps-launcher/pull/32#issuecomment-1985597947)

When initiating a location request within the Flutter application using Apple Maps, the current behavior involves the URL being opened within an in-app browser. Ideally, the desired outcome is to...

FAILURE: Build failed with an exception. * What went wrong: 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...

Fix for issue: https://github.com/pikaju/flutter-maps-launcher/issues/33

If I have installed both `Google Maps` and `Google Maps Go` address will work with `google maps` but it does not work with `google maps go` in Android devices. _`maps...

Looking for a fix for this... Code is relatively simple, the maps query is set up correctly and the location found but this error is thrown on both a device...

Description: Package doesn't work for Waze app, query opens Waze but shows an error dialog. ![151029097-5155351a-cc80-4a50-9664-f79568e07cd9](https://github.com/pikaju/flutter-maps-launcher/assets/49818364/98c6971f-dc42-40b0-9d13-22f1ada20ea7) How to reproduce: Run example app on Android and launch query then select Waze...

When I am launching a location through it I am getting a dialogue (which you did use Geo intent of Android) for selecting an app to launch the app. Since...

Hi, Does it also cover multiple directions? I mean, are we able to use that for multiple stops? Regards,