- 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
- @ReinisSprogis made their first contribution in TesteurManiak#26
Full Changelog: https://github.com/TesteurManiak/flutter_map_animations/compare/0.5.3...0.6.0
- Added
offset
support toanimateTo
by @JaffaKetchup in TesteurManiak#20 - docs(contributor): contributors readme action update by @github-actions in TesteurManiak#21
- 23 android build conflicts by @TesteurManiak in TesteurManiak#24
- Fixed GIFs link in README.md
- 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
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