Skip to content

Latest commit

 

History

History
106 lines (63 loc) · 4.47 KB

CHANGELOG.md

File metadata and controls

106 lines (63 loc) · 4.47 KB

0.7.1

  • 35 animation duration for animateto by @TesteurManiak in #36
  • Fix #39 AnimateTo same point w/ different offset by @TesteurManiak in #41

Full Changelog: https://github.com/TesteurManiak/flutter_map_animations/compare/0.7.0...0.7.1

0.7.0

  • 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: https://github.com/TesteurManiak/flutter_map_animations/compare/0.6.0...0.7.0

0.6.0

  • 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

  • @ReinisSprogis made their first contribution in #26

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

0.5.3

  • 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

0.5.2

  • Fixed GIFs link in README.md

0.5.1

  • 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

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