custom_marker_builder 0.0.4
custom_marker_builder: ^0.0.4 copied to clipboard
A Flutter package to create dynamic custom markers for Google Maps using Flutter widgets.
[0.0.4] - 2025-05-21 #
Fixed #
- Eliminated initial marker flicker by replacing
Future.delayed
withaddPostFrameCallback
, ensuring accurate rendering timing without layout artifacts.
Improved #
- More stable off-screen widget rendering for marker generation.
- Cleaner internal marker capture logic to avoid frame timing issues on app startup.
Thanks #
- Special thanks to @TyBarthel for reporting the flicker issue and suggesting the fix.
[0.0.3+1] - 2025-04-15 #
Fixed #
- Resolved issue where custom markers appeared visually detached from map coordinates by correctly setting the
anchor
toOffset(0.5, 1.0)
. - Improved marker alignment for better tap interaction and UI consistency.
Updated #
- Recommended widget sizing to prevent overflow and ensure proper placement on the map.
- General code cleanup and documentation enhancements for better developer experience.
[0.0.3] - 2025-04-15 #
Fixed #
- Resolved issue where custom markers appeared visually detached from map coordinates by correctly setting the
anchor
toOffset(0.5, 1.0)
. - Improved marker alignment for better tap interaction and UI consistency.
Updated #
- Recommended widget sizing to prevent overflow and ensure proper placement on the map.
- General code cleanup and documentation enhancements for better developer experience.