animated_marker
Animate Google Maps markers smoothly between location updates.
0.3.1
1.7K downloads/mo
#454 most downloaded on pub.dev
landxcape/animated_marker
What this package is like to depend on
Last release 1 months ago
14 Jul 2026
Release timing varies
gaps range from 9 days to 1.1 years
Nearly every release is documented
notes for 19 of 19 stable releases
Nothing withdrawn
no release was ever pulled
3 years old
19 releases · first in 2023
5 releases in the last 12 months
see the full history below
Release timeline
19 releases · Mar 2023 to Jul 2026
2024
2025
2026
Releases
latest 19-
0.3.114 Jul 2026Release notes
Open source →- Chore(deps): Upgraded
google_maps_flutterdependency constraint to^2.17.1. - Chore: Cleaned up and updated example app configuration and package ignore list.
- Chore(deps): Upgraded
-
0.3.004 Feb 2026Release notes
Open source →- Breaking: replaced direct animation params (
duration,curve,fps,viewportAnimationBounds*) withanimationPolicy. - Feat: added
AnimationPolicyandAdaptiveProfilefor centralized animation/runtime behavior. - Feat: added optional adaptive profile controls (
adaptiveEnabled,profileOverride,minFps,allowSnapOnLow,adaptationCooldown). - Perf: kept viewport guard behavior via
AnimationPolicy.viewportBoundsandAnimationPolicy.viewportBoundsListenable. - Docs/Test: updated README, example app, and package tests for the new API.
- Breaking: replaced direct animation params (
-
0.2.204 Feb 2026Release notes
Open source →- Feat: added
viewportAnimationBoundsListenablefor runtime viewport guard updates without parent rebuilds. - Docs: updated README examples for viewport guard usage.
- Feat: added
-
0.2.104 Feb 2026Release notes
Open source →- Perf: optimized animated marker runtime with stable/active marker buckets.
- Feat: added
viewportAnimationBoundsto skip interpolation outside viewport. - Test: added coverage for viewport animation guard behavior.
-
0.2.004 Feb 2026Release notes
Open source →- Chore: updated package metadata and SDK constraints for current Flutter.
- Chore: improved README and publish hygiene (
.pubignore). - Refactor: tightened animation lifecycle safety and added package tests.
- Fix: replaced deprecated marker z-index API usage.
-
0.1.517 Jul 2025 -
0.1.412 Nov 2024 -
0.1.306 Nov 2024Release notes
Open source →- Fixed markers flickering on map load due to new markers being added before the initial animation completes.
-
0.1.203 Nov 2024Release notes
Open source →- Fixed markers stream to initially emit only after the widgets are built.
-
0.1.103 Nov 2024Release notes
Open source →- Fixed initially markers showing late due to waiting for the animation to start. Now, it shows all the markers before animation.
-
0.1.030 Oct 2024Release notes
Open source →- Changed marker animation method from
AnimationControllertoTickerto add fps control and improve performance by reducing unnecessary repaints.
- Changed marker animation method from
-
0.0.828 Oct 2024 -
0.0.712 Aug 2024 -
0.0.612 Aug 2024Release notes
Open source →- Fixed janky marker animations where the marker would jump to new locations if the animation was interrupted with new data
-
0.0.524 Jun 2023 -
0.0.422 Mar 2023Release notes
Open source →- added "staticMarkers" field (those markers that are not to animate)
- changed "markerLocations" to "animatedMarkers"
-
0.0.310 Mar 2023 -
0.0.209 Mar 2023Release notes
Open source →- Added Curve Animation; you can now give curve effect to the animations
- Changed minimum sdk support to >= 2.17.0
-
0.0.108 Mar 2023Release notes
Open source →- 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.