Skip to content

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

License

Notifications You must be signed in to change notification settings

scoutforpets/FlutterMapsLauncher

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maps launcher for Flutter

A simple package that uses url_launcher to launch the maps app with the proper scheme on all platforms.

On iOS, map links as specified by Apple are launched. On Android, the geo intent is used as documented here. For web and other platforms, the plugin will simply launch Google Maps.

Usage

import 'package:maps_launcher/maps_launcher.dart';

...

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

MapsLauncher.launchCoordinates(37.4220041, -122.0862462);

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 47.6%
  • HTML 13.8%
  • Kotlin 11.2%
  • Objective-C 10.6%
  • Shell 6.5%
  • Swift 5.4%
  • Java 4.9%