You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rizalahmaddd opened this issue
Nov 27, 2024
· 1 comment
Labels
bugThis issue reports broken functionality or another errorinvalidThis bug could not be reproduced or does not exist, or is very low qualityS: coreScoped to the core flutter_map functionalitystaleThis issue has not been received updates for a long time.
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!
bugThis issue reports broken functionality or another errorinvalidThis bug could not be reproduced or does not exist, or is very low qualityS: coreScoped to the core flutter_map functionalitystaleThis issue has not been received updates for a long time.
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!
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
The text was updated successfully, but these errors were encountered: