maps_launcher 1.0.0 copy "maps_launcher: ^1.0.0" to clipboard
maps_launcher: ^1.0.0 copied to clipboard

outdated

Simple Flutter package to open the maps application on iOS and Android.

Maps launcher for Flutter #

A simple package that uses url_launcher to launch the maps app with the proper scheme on both iOS and Android.

On iOS, map links as specified by Apple are launched. On Android, the geo intent is used as documented here.

Usage #

import 'package:maps_launcher/maps_launcher.dart';

...

MapsLauncher.launchQuery('1600 Amphitheatre Pkwy, Mountain View, CA 94043, USA');

MapsLauncher.launchCoordinates(37.4220041, -122.0862462);
421
likes
0
pub points
98%
popularity

Publisher

verified publisherbyte-sapling.io

Simple Flutter package to open the maps application on iOS and Android.

Homepage

License

unknown (LICENSE)

Dependencies

flutter, url_launcher

More

Packages that depend on maps_launcher