flutter_map_animations
Animation utilities for markers and controls of the flutter_map package.
0.10.0
33K downloads/mo
#1792 most downloaded on pub.dev
TesteurManiak/flutter_map_animations
What this package is like to depend on
Last release 4 months ago
14 Apr 2026
Ships unpredictably
gaps range from 8 days to 1.2 years
Nearly every release is documented
notes for 18 of 18 stable releases
Nothing withdrawn
no release was ever pulled
4 years old
22 releases · first in 2023
1 release in the last 12 months
see the full history below
Release timeline
22 releases · Feb 2023 to Apr 2026Releases
latest 22-
0.10.014 Apr 2026Release notes
Open source →- chore(deps): bump fd_lints from 2.3.0 to 3.0.0 by @TesteurManiak
- chore(deps): bump flutter_map from 8.0.0 to 8.3.0 by @TesteurManiak
- chore(deps): removed custom_lint by @TesteurManiak
Full Changelog: 0.9.0...0.10.0
Release notes
Open source →- chore(deps): bump fd_lints from 2.3.0 to 3.0.0 by @TesteurManiak
- chore(deps): bump flutter_map from 8.0.0 to 8.3.0 by @TesteurManiak
- chore(deps): removed custom_lint by @TesteurManiak
-
0.9.005 Feb 2025Release notes
Open source →What's Changed
- chore(deps): bump custom_lint from 0.6.10 to 0.7.0 by @dependabot in #46
- Support flutter_map v8 by @JaffaKetchup in #47
Full Changelog: 0.8.0...0.9.0
Release notes
Open source →- chore(deps): bump custom_lint from 0.6.10 to 0.7.0 by @dependabot in https://github.com/TesteurManiak/flutter_map_animations/pull/46
- Support flutter_map v8 by @JaffaKetchup in https://github.com/TesteurManiak/flutter_map_animations/pull/47
Full Changelog: https://github.com/TesteurManiak/flutter_map_animations/compare/0.8.0...0.9.0
-
0.8.025 Nov 2024Release notes
Open source →What's Changed
- Fix: Stop and dispose all running animations by @TesteurManiak in #45
- Feat: Added
AnimatedMapController.stopAnimations()method andcancelPreviousAnimationsproperties by @TesteurManiak in #45
Full Changelog: 0.7.1...0.8.0
Release notes
Open source →- Fix: Stop and dispose all running animations by @TesteurManiak in https://github.com/TesteurManiak/flutter_map_animations/pull/45
- Feat: Added
AnimatedMapController.stopAnimations()method andcancelPreviousAnimationsproperties by @TesteurManiak in https://github.com/TesteurManiak/flutter_map_animations/pull/45
Full Changelog: https://github.com/TesteurManiak/flutter_map_animations/compare/0.7.1...0.8.0
-
0.7.114 Aug 2024Release notes
Open source →What's Changed
- 35 animation duration for animateto by @TesteurManiak in #36
- Fix #39 AnimateTo same point w/ different offset by @TesteurManiak in #41
Full Changelog: 0.7.0...0.7.1
Release notes
Open source →- 35 animation duration for animateto by @TesteurManiak in https://github.com/TesteurManiak/flutter_map_animations/pull/36
- Fix #39 AnimateTo same point w/ different offset by @TesteurManiak in https://github.com/TesteurManiak/flutter_map_animations/pull/41
Full Changelog: https://github.com/TesteurManiak/flutter_map_animations/compare/0.7.0...0.7.1
-
0.7.027 May 2024Release notes
Open source →What's Changed
- 30 version 7 support by @TesteurManiak in #31
- chore(deps): bump custom_lint from 0.5.11 to 0.6.4 by @dependabot in #33
- chore: bump dependencies by @TesteurManiak in #34
New Contributors
- @dependabot made their first contribution in #33
Full Changelog: 0.6.0...0.7.0
Release notes
Open source →- 30 version 7 support by @TesteurManiak in https://github.com/TesteurManiak/flutter_map_animations/pull/31
- chore(deps): bump custom_lint from 0.5.11 to 0.6.4 by @dependabot in https://github.com/TesteurManiak/flutter_map_animations/pull/33
- chore: bump dependencies by @TesteurManiak in https://github.com/TesteurManiak/flutter_map_animations/pull/34
-
0.7.0-dev.103 May 2024 pre-releaseRelease notes
Open source → -
0.6.022 Mar 2024Release notes
Open source →What's Changed
- Dependencies_upgrade by @ReinisSprogis in #26
- docs(contributor): contributors readme action update by @github-actions in #27
- fix: added dedicated
_AngleTweento improve rotation animation by @JaffaKetchup in #28 - docs(contributor): contributors readme action update by @github-actions in #29
New Contributors
- @ReinisSprogis made their first contribution in #26
Full Changelog: 0.5.3...0.6.0
Release notes
Open source →- Dependencies_upgrade by @ReinisSprogis in https://github.com/TesteurManiak/flutter_map_animations/pull/26
- docs(contributor): contributors readme action update by @github-actions in https://github.com/TesteurManiak/flutter_map_animations/pull/27
- fix: added dedicated
_AngleTweento improve rotation animation by @JaffaKetchup in https://github.com/TesteurManiak/flutter_map_animations/pull/28 - docs(contributor): contributors readme action update by @github-actions in https://github.com/TesteurManiak/flutter_map_animations/pull/29
New Contributors
- @ReinisSprogis made their first contribution in https://github.com/TesteurManiak/flutter_map_animations/pull/26
Full Changelog: https://github.com/TesteurManiak/flutter_map_animations/compare/0.5.3...0.6.0
-
0.5.324 Oct 2023Release notes
Open source →What's Changed
- Added
offsetsupport toanimateToby @JaffaKetchup in #20 - docs(contributor): contributors readme action update by @github-actions in #21
- 23 android build conflicts by @TesteurManiak in #24
New Contributors
- @JaffaKetchup made their first contribution in #20
Full Changelog: 0.5.1...0.5.3
Release notes
Open source →- Added
offsetsupport toanimateToby @JaffaKetchup in https://github.com/TesteurManiak/flutter_map_animations/pull/20 - docs(contributor): contributors readme action update by @github-actions in https://github.com/TesteurManiak/flutter_map_animations/pull/21
- 23 android build conflicts by @TesteurManiak in https://github.com/TesteurManiak/flutter_map_animations/pull/24
- Added
-
0.5.219 Oct 2023 -
0.5.119 Oct 2023Release notes
Open source →What's Changed
- feat: updated example with flutter_map_cancellable_tile_provider by @TesteurManiak in #14
- feat: added rotation parameter to animatedFitCamera by @TesteurManiak in #16
- fix: update camera with correct rotation by @TesteurManiak in #17
- Chore/update readme by @TesteurManiak in #18
Full Changelog: 0.5.0...0.5.1
Release notes
Open source →- feat: updated example with flutter_map_cancellable_tile_provider by @TesteurManiak in https://github.com/TesteurManiak/flutter_map_animations/pull/14
- feat: added rotation parameter to animatedFitCamera by @TesteurManiak in https://github.com/TesteurManiak/flutter_map_animations/pull/16
- fix: update camera with correct rotation by @TesteurManiak in https://github.com/TesteurManiak/flutter_map_animations/pull/17
- Chore/update readme by @TesteurManiak in https://github.com/TesteurManiak/flutter_map_animations/pull/18
-
0.5.009 Oct 2023Release notes
Open source →What's Changed
- Preparing for flutter_map v6 by @rorystephenson in #9
- 10 referencingplugin apidart in flutter map v6 incorrect mapcontroller type inference by @TesteurManiak in #12
Full Changelog: 0.4.0...0.5.0
Release notes
Open source →Check the Migration Guide to learn about breaking changes in this version
- Updated to flutter_map v6
-
0.5.0-dev.103 Aug 2023 pre-release -
0.4.113 Jun 2023 -
0.4.004 Jun 2023Release notes
Open source →Check the Migration Guide to learn about breaking changes in this version
- Updated to flutter_map v5
- Updated Dart SDK constraints to
>=3.0.0 <4.0.0 - Contributions from Rory Stephenson
- Add customId for for animated movements and don't trigger movement when it isn't necessary #5
-
0.3.005 May 2023 -
0.3.0-dev.224 Apr 2023 pre-release -
0.3.0-dev.104 Apr 2023 pre-release -
0.2.230 Mar 2023Release notes
Open source →- Contribution from MaxiStefan
- Use the shortest rotation path when animating the camera #1
- Contribution from MaxiStefan
-
0.2.117 Mar 2023Release notes
Open source →- Updated example
- Allow to set a custom
Curveto each of the methods ofAnimatedMapController
-
0.2.001 Mar 2023Release notes
Open source →- Added
animatedFitBoundsandcenterOnPointsmethods toAnimatedMapController - Properly disposed the
AnimationControllerwhen the widget is disposed - Smoother animation when the
LatLngis updated
- Added
-
0.1.019 Feb 2023 -
0.1.0+119 Feb 2023