-
Notifications
You must be signed in to change notification settings - Fork 233
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
Inconsistent exploding behaviour within clusters and more #123
Comments
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
This issue was closed because it has been stalled for 5 days with no activity. |
@lpongetti this issue is still present in our app. Can we keep the issue open please? |
can you pls prepare a sample code to do some tests? |
fixed with version 0.5.4 |
fixed with version 0.5.4 |
@lpongetti thanks. I will try it as soon as 0.5.4 is live on pub dev. I still see 0.5.3 |
yes, one moment.. now my connection is very poor :) |
Works perfect and as intended. Thanks @lpongetti |
@aytunch How did you resolved the issues of on click cluster it first centers and need to click it second time to show the clusters. Could you please elaborate a bit. |
The two clusters you see in the video each have 2
Marker
s at same lat long.When I press the top left cluster, it centers and then "explodes"
But when I press the bottom right cluster, it just centers. For it to show the contents, I need to press one more time.
Sorry that this issue turned out to be an issue cluster. pun intended :D I think it can help other users too.
I have a couple of questions:
popUpController.hideAll
but I guess popups are something different than the markers. I handle the onPressed of the markers within the widgets.onPressed
events and decide if we want to explode and unexplode markers? Let's say maybe I want to keep the contents of several clusters in an expanded state.MarkerLayerOptions.markers
. Now that I carried those markers underMarkerClusterLayerOptions.markers
, theAnimatedOpacity
don't work anymore. I guess there is a problem with the state object somewhere. (I don't usechildren
property. instead put all my markers underlayers
)cluster.mov
On another note, you can see that the exploded cluster disappears from the right edge of the screen. I was struggling with this issue on the parent
flutter_map
and have an open PR fleaflet/flutter_map#1291I was using my own branch but unfortunately I am forced to use the main flutter_map along with this cluster plugin (even if I branched out of flutter_map: ^1.1.1)
spider_disappear.mov
The text was updated successfully, but these errors were encountered: