animated_marker 0.0.7 copy "animated_marker: ^0.0.7" to clipboard
animated_marker: ^0.0.7 copied to clipboard

The AnimatedMarker widget is a Dart class that animates the movement of markers on a Google map.

Changelog #

0.0.7 #

  • Refactored marker animation logic for improved performance

0.0.6 #

  • Fixed janky marker animations where the marker would jump to new locations if the animation was interrupted with new data

0.0.5 #

  • updated examples showing latest changes

0.0.4 #

  • added "staticMarkers" field (those markers that are not to animate)
  • changed "markerLocations" to "animatedMarkers"

0.0.3 #

  • Update marker pairs only when the list markers are different in update

0.0.2 #

  • Added Curve Animation; you can now give curve effect to the animations
  • Changed minimum sdk support to >= 2.17.0

0.0.1 #

  • AnimatedMarker is a simple and convenient way to animate markers on Google Maps in Flutter. This initial release provides basic functionality, including marker animation calculation and customization options.
16
likes
160
pub points
89%
popularity

Publisher

verified publishershakyapurna.com.np

The AnimatedMarker widget is a Dart class that animates the movement of markers on a Google map.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, google_maps_flutter

More

Packages that depend on animated_marker