Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add flutter_map_marker_popup to plugins in README.md #603

Merged

Conversation

rorystephenson
Copy link
Contributor

I noticed there are a lot of requests for how to add popups and having tried the suggested approaches myself I found there were some drawbacks including:

  • The popup disappears once the marker disappears even though the popup is big enough to still be visible.
  • The popup is not tappable.
  • A fixed size was required for the popup.
  • It was not easy to choose how it is positioned.

So I wrote my own code to handle this which I've since moved to a plugin:

https://github.com/rorystephenson/flutter_map_marker_popup

@johnpryan johnpryan merged commit f582660 into fleaflet:master Jul 8, 2020
@rorystephenson rorystephenson deleted the add-popup-plugin-to-readme branch July 9, 2020 13:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants