PackageTrack
Sign in Get early access

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 2026
2024 2025 2026
Release Pre-release

Releases

latest 22
  1. 0.10.0 14 Apr 2026
    Release notes

    Full Changelog: 0.9.0...0.10.0

    Open source →
    Release notes
    • 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
    Open source →
  2. 0.9.0 05 Feb 2025
    Release notes

    What's Changed

    Full Changelog: 0.8.0...0.9.0

    Open source →
    Release notes
    • 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

    Open source →
  3. 0.8.0 25 Nov 2024
    Release notes

    What's Changed

    • Fix: Stop and dispose all running animations by @TesteurManiak in #45
    • Feat: Added AnimatedMapController.stopAnimations() method and cancelPreviousAnimations properties by @TesteurManiak in #45

    Full Changelog: 0.7.1...0.8.0

    Open source →
    Release notes
    • Fix: Stop and dispose all running animations by @TesteurManiak in https://github.com/TesteurManiak/flutter_map_animations/pull/45
    • Feat: Added AnimatedMapController.stopAnimations() method and cancelPreviousAnimations properties 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

    Open source →
  4. 0.7.1 14 Aug 2024
    Release notes

    What's Changed

    Full Changelog: 0.7.0...0.7.1

    Open source →
    Release notes
    • 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

    Open source →
  5. 0.7.0 27 May 2024
    Release notes

    What's Changed

    New Contributors

    Full Changelog: 0.6.0...0.7.0

    Open source →
    Release notes
    • 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
    Open source →
  6. 0.7.0-dev.1 03 May 2024 pre-release
    Release notes

    What's Changed

    Full Changelog: 0.6.0...0.7.0-dev.1

    Open source →
  7. 0.6.0 22 Mar 2024
    Release notes

    What's Changed

    • Dependencies_upgrade by @ReinisSprogis in #26
    • docs(contributor): contributors readme action update by @github-actions in #27
    • fix: added dedicated _AngleTween to improve rotation animation by @JaffaKetchup in #28
    • docs(contributor): contributors readme action update by @github-actions in #29

    New Contributors

    Full Changelog: 0.5.3...0.6.0

    Open source →
    Release notes
    • 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 _AngleTween to 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

    Open source →
  8. 0.5.3 24 Oct 2023
    Release notes

    What's Changed

    • Added offset support to animateTo by @JaffaKetchup in #20
    • docs(contributor): contributors readme action update by @github-actions in #21
    • 23 android build conflicts by @TesteurManiak in #24

    New Contributors

    Full Changelog: 0.5.1...0.5.3

    Open source →
    Release notes
    • Added offset support to animateTo by @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
    Open source →
  9. 0.5.2 19 Oct 2023
    Release notes
    • Fixed GIFs link in README.md
    Open source →
  10. 0.5.1 19 Oct 2023
    Release notes

    What's Changed

    Full Changelog: 0.5.0...0.5.1

    Open source →
    Release notes
    • 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
    Open source →
  11. 0.5.0 09 Oct 2023
    Release notes

    What's Changed

    Full Changelog: 0.4.0...0.5.0

    Open source →
    Release notes

    Check the Migration Guide to learn about breaking changes in this version

    Open source →
  12. 0.5.0-dev.1 03 Aug 2023 pre-release
    Release notes
    Open source →
  13. 0.4.1 13 Jun 2023
    Release notes
    • Fixed topics in pubspec.yaml
    Open source →
  14. 0.4.0 04 Jun 2023
    Release notes

    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
    Open source →
  15. 0.3.0 05 May 2023
    Release notes
    Open source →
  16. 0.3.0-dev.2 24 Apr 2023 pre-release
    Release notes
    • Added AnimationId class to manage a TileUpdateTransformer
    Open source →
  17. 0.3.0-dev.1 04 Apr 2023 pre-release
    Release notes
    Open source →
  18. 0.2.2 30 Mar 2023
    Release notes
    • Contribution from MaxiStefan
      • Use the shortest rotation path when animating the camera #1
    Open source →
  19. 0.2.1 17 Mar 2023
    Release notes
    • Updated example
    • Allow to set a custom Curve to each of the methods of AnimatedMapController
    Open source →
  20. 0.2.0 01 Mar 2023
    Release notes
    • Added animatedFitBounds and centerOnPoints methods to AnimatedMapController
    • Properly disposed the AnimationController when the widget is disposed
    • Smoother animation when the LatLng is updated
    Open source →
  21. 0.1.0 19 Feb 2023
    Release notes
    • First release
    Open source →
  22. 0.1.0+1 19 Feb 2023
    Release notes
    • Updated README.md to add the pub.dev badge
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive