FLUTTER ECOSYSTEM

rorystephenson/flutter_map_marker_popup

flutter_map マーカー用のポップアップ

flutter_map_marker_popup のプロジェクト画像
Stars
117
Forks
91
最終プッシュ(UTC)
2026/05/15
プロジェクト状態
公開中
Rory Stephenson GitHub avatar
GITHUB User

Rory Stephenson ↗

Trentino, Italy
言語DartC++CMakeRubyHTMLCSwiftKotlinObjective-C

このリポジトリが公開するパッケージ

使用している依存関係

依存関係一覧 7 件

元の README

以下は英語原文のスナップショットです。最新版は GitHub をご覧ください。

README を開く / 閉じる

flutter_map_marker_popup

Makes adding marker popups to flutter_map easy.

If you have any suggestions/problems please don't hesitate to open an issue.

Getting Started

For a minimal code example have a look at SimpleMapWithPopups.

For a complete example which demonstrates all of the various options available try running the demo app in the example/ directory which results in the following:

Example

FAQ

  • Why is the popup not showing when I tap the marker?

    Make sure you don't have a GestureDetector in your Marker's builder which is preventing this plugin from detecting the Marker tap.

Clustering

If you want both marker popups and marker clustering, this plugin's popup functionality has been integrated in to the wonderful flutter_map_marker_cluster plugin.

Thanks

A huge thanks to the contributors of flutter_map and the flutter_map_marker_popup. I use them together in a large personal project and they work wonderfully.