Releases: TesteurManiak/flutter_map_animations
Releases · TesteurManiak/flutter_map_animations
0.8.0
What's Changed
- Fix: Stop and dispose all running animations by @TesteurManiak in #45
- Feat: Added
AnimatedMapController.stopAnimations()
method andcancelPreviousAnimations
properties by @TesteurManiak in #45
Full Changelog: 0.7.1...0.8.0
0.7.1
What's Changed
- 35 animation duration for animateto by @TesteurManiak in #36
- Fix #39 AnimateTo same point w/ different offset by @TesteurManiak in #41
Full Changelog: 0.7.0...0.7.1
0.7.0
What's Changed
- 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: 0.6.0...0.7.0
0.7.0-dev.1
0.6.0
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
- @ReinisSprogis made their first contribution in #26
Full Changelog: 0.5.3...0.6.0
0.5.3
What's Changed
- 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
New Contributors
- @JaffaKetchup made their first contribution in #20
Full Changelog: 0.5.1...0.5.3
0.5.1
What's Changed
- 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
Full Changelog: 0.5.0...0.5.1
0.5.0
What's Changed
- Preparing for flutter_map v6 by @rorystephenson in #9
- 10 referencingplugin apidart in flutter map v6 incorrect mapcontroller type inference by @TesteurManiak in #12
Full Changelog: 0.4.0...0.5.0
0.5.0-dev.1
What's Changed
- Preparing for flutter_map v6 by @rorystephenson in #9
Full Changelog: 0.4.0...0.5.0-dev.1
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