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.