FLUTTER ECOSYSTEM

pikaju/flutter-maps-launcher

一个简单的 Flutter 包,可在所有平台上打开地图应用(或浏览器)。

flutter-maps-launcher 项目封面
Stars
70
Forks
75
最近推送(UTC)
2024年12月27日
项目状态
未归档
Julien Scholz GitHub avatar
GITHUB User

Julien Scholz ↗

Software engineer and wannabe entrepreneur

Hamburg, Germany
语言C++CMakeDartRubySwiftCKotlinHTMLObjective-C

此仓库发布的插件

使用的依赖

依赖清单 6 项
  • flutter{"sdk":"flutter"}
  • flutter_web_plugins{"sdk":"flutter"}
  • url_launcher^6.2.6
  • web>=0.5.1 <2.0.0
  • flutter_test开发依赖{"sdk":"flutter"}
  • flutter_lints开发依赖^2.0.1

原始 README

以下为英文项目原文快照,最新内容请访问 GitHub。

展开 / 收起项目 README

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);

Supported SDK versions

Consult the table provided by the url_launcher documentation to see which SDK versions maps_launcher supports.