Skip to content

Latest commit

 

History

History
87 lines (52 loc) · 3.52 KB

CHANGELOG.md

File metadata and controls

87 lines (52 loc) · 3.52 KB

0.6.0

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

New Contributors

Full Changelog: https://github.com/TesteurManiak/flutter_map_animations/compare/0.5.3...0.6.0

0.5.3

0.5.2

  • Fixed GIFs link in README.md

0.5.1

  • feat: updated example with flutter_map_cancellable_tile_provider by @TesteurManiak in TesteurManiak#14
  • feat: added rotation parameter to animatedFitCamera by @TesteurManiak in TesteurManiak#16
  • fix: update camera with correct rotation by @TesteurManiak in TesteurManiak#17
  • Chore/update readme by @TesteurManiak in TesteurManiak#18

0.5.0

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

0.5.0-dev.1

0.4.1

  • Fixed topics in pubspec.yaml

0.4.0

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.0

0.3.0-dev.2

  • Added AnimationId class to manage a TileUpdateTransformer

0.3.0-dev.1

0.2.2

  • Contribution from MaxiStefan
    • Use the shortest rotation path when animating the camera #1

0.2.1

  • Updated example
  • Allow to set a custom Curve to each of the methods of AnimatedMapController

0.2.0

  • Added animatedFitBounds and centerOnPoints methods to AnimatedMapController
  • Properly disposed the AnimationController when the widget is disposed
  • Smoother animation when the LatLng is updated

0.1.0+1

  • Updated README.md to add the pub.dev badge

0.1.0

  • First release