maps_launcher 3.0.0+1 copy "maps_launcher: ^3.0.0+1" to clipboard
maps_launcher: ^3.0.0+1 copied to clipboard

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

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add maps_launcher
copied to clipboard

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  maps_launcher: ^3.0.0+1
copied to clipboard

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:maps_launcher/maps_launcher.dart';
copied to clipboard
454
likes
160
points
98.1k
downloads

Publisher

verified publisherjulien-scholz.dev

Weekly Downloads

2024.09.23 - 2025.04.07

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

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, url_launcher, web

More

Packages that depend on maps_launcher