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

[BUG] Marker child not appearing correctly #1995

Closed
rizalahmaddd opened this issue Nov 27, 2024 · 1 comment
Closed

[BUG] Marker child not appearing correctly #1995

rizalahmaddd opened this issue Nov 27, 2024 · 1 comment
Labels
bug This issue reports broken functionality or another error invalid This bug could not be reproduced or does not exist, or is very low quality S: core Scoped to the core flutter_map functionality stale This issue has not been received updates for a long time.

Comments

@rizalahmaddd
Copy link

What is the bug?

I encountered an issue while using the PulseIcon widget as a child of a Marker in a MarkerLayer. The widget does not behave as expected. The PulseIcon widget should display with a pulsing effect at the marker's location.
Could you please help me on this?
Thank you!

Screenshot 2024-11-27 at 22 52 07

How can we reproduce it?

MarkerLayer( markers: [ Marker( point: LatLng(51.509364, -0.128928), child: PulseIcon( icon: Icons.location_on_rounded, pulseColor: App.primaryColor, ), ), ], );

Do you have a potential solution?

No response

Platforms

Android

Severity

Minimum: Allows normal functioning

@rizalahmaddd rizalahmaddd added bug This issue reports broken functionality or another error needs triage This new bug report needs reproducing and prioritizing labels Nov 27, 2024
@JaffaKetchup
Copy link
Member

Hi @rizalahmaddd,
Please try changing the height and width parameters on the Marker itself. They are likely constraining the child.

@JaffaKetchup JaffaKetchup changed the title [BUG] <Widget on marker not working properly> [BUG] Marker child not appearing correctly Nov 29, 2024
@JaffaKetchup JaffaKetchup added waiting for user response invalid This bug could not be reproduced or does not exist, or is very low quality S: core Scoped to the core flutter_map functionality stale This issue has not been received updates for a long time. and removed needs triage This new bug report needs reproducing and prioritizing waiting for user response labels Dec 1, 2024
@JaffaKetchup JaffaKetchup closed this as not planned Won't fix, can't repro, duplicate, stale Dec 3, 2024
@github-project-automation github-project-automation bot moved this from To do to Done in Development Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue reports broken functionality or another error invalid This bug could not be reproduced or does not exist, or is very low quality S: core Scoped to the core flutter_map functionality stale This issue has not been received updates for a long time.
Projects
Status: Done
Development

No branches or pull requests

2 participants