animate_map_markers 0.0.8
animate_map_markers: ^0.0.8 copied to clipboard
Animation utilities for markers of the google_maps_flutter package.
0.0.1 #
- Initial release of
animate_map_markers
. - Adds smooth scaling animations to Google Maps markers.
- Supports raster images, SVGs, and Material icons.
- Optional integration with a draggable bottom sheet for coordinated motion.
0.0.2 #
- Updated README with improved documentation and usage examples.
- Fixed screenshot and GIF URLs for better display on pub.flutter-io.cn.
0.0.3 #
- Updated README with clearer usage instructions and formatting improvements.
- Fixed a
RenderFlex overflow
issue in the example app's marker animation layout.
0.0.4 #
- Added support for animating markers in sync with a carousel slider.
- Improved example app to demonstrate marker animations linked to carousel item selection.
0.0.5 #
- Resolve pub.flutter-io.cn analyzer warnings and update package description and screenshots
0.0.6 #
- Add NeverScrollCardOption for non-scrollable carousel with elasticOut animation on marker tap
- Remove border radius when draggable sheet reaches full screen (maxChildSize = 1.0)
0.0.7 #
- Add onTap callback to MarkerIconInfo for custom marker tap handling
0.0.8 #
- Add
animateToMarker
parameter to control whether the camera animates to the tapped marker's position. - Improve SVG marker scaling for sharper rendering across devices.
- Fixe use of deprecated
zIndex
property in marker options. - Fixe an issue with marker animations when using the elastic carousel option.
- Improve cache key generation for marker icon scaling to ensure accurate rendering and performance.