flutter_map_animations 0.5.2 flutter_map_animations: ^0.5.2 copied to clipboard
Animation utilities for markers and controls of the flutter_map package.
0.5.2 #
- Fixed GIFs link in README.md
0.5.1 #
- feat: updated example with flutter_map_cancellable_tile_provider by @TesteurManiak in https://github.com/TesteurManiak/flutter_map_animations/pull/14
- feat: added rotation parameter to animatedFitCamera by @TesteurManiak in https://github.com/TesteurManiak/flutter_map_animations/pull/16
- fix: update camera with correct rotation by @TesteurManiak in https://github.com/TesteurManiak/flutter_map_animations/pull/17
- Chore/update readme by @TesteurManiak in https://github.com/TesteurManiak/flutter_map_animations/pull/18
0.5.0 #
Check the Migration Guide to learn about breaking changes in this version
- Updated to flutter_map v6
0.5.0-dev.1 #
- Updated to flutter_map v6
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 #
- Updated to flutter_map v4
0.3.0-dev.2 #
- Added
AnimationId
class to manage aTileUpdateTransformer
0.3.0-dev.1 #
- Updated to flutter_map v4
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 ofAnimatedMapController
0.2.0 #
- Added
animatedFitBounds
andcenterOnPoints
methods toAnimatedMapController
- 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