- 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
- 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
- @dependabot made their first contribution in #33
Full Changelog: https://github.com/TesteurManiak/flutter_map_animations/compare/0.6.0...0.7.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
- @ReinisSprogis made their first contribution in #26
Full Changelog: https://github.com/TesteurManiak/flutter_map_animations/compare/0.5.3...0.6.0
- Added
offset
support toanimateTo
by @JaffaKetchup in #20 - docs(contributor): contributors readme action update by @github-actions in #21
- 23 android build conflicts by @TesteurManiak in #24
- Fixed GIFs link in README.md
- 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
Check the Migration Guide to learn about breaking changes in this version
- Updated to flutter_map v6
- Updated to flutter_map v6
- Fixed topics in
pubspec.yaml
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
- Updated to flutter_map v4
- Added
AnimationId
class to manage aTileUpdateTransformer
- Updated to flutter_map v4
- Contribution from MaxiStefan
- Use the shortest rotation path when animating the camera #1
- Updated example
- Allow to set a custom
Curve
to each of the methods ofAnimatedMapController
- Added
animatedFitBounds
andcenterOnPoints
methods toAnimatedMapController
- Properly disposed the
AnimationController
when the widget is disposed - Smoother animation when the
LatLng
is updated
- Updated
README.md
to add the pub.dev badge
- First release