custom_marker_builder 0.0.4 copy "custom_marker_builder: ^0.0.4" to clipboard
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 with addPostFrameCallback, 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 to Offset(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 to Offset(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.2 - 2025-04-12 #

Added #

  • Initial release of custom_marker_builder.
  • Supports generating Google Maps markers from Flutter widgets using RepaintBoundary.
  • Simple API to convert widgets into BitmapDescriptor for use with google_maps_flutter.
5
likes
150
points
67
downloads

Publisher

verified publishertade.me

Weekly Downloads

A Flutter package to create dynamic custom markers for Google Maps using Flutter widgets.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, google_maps_flutter

More

Packages that depend on custom_marker_builder