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
AnimationIdclass 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
Curveto each of the methods ofAnimatedMapController
0.2.0 #
- Added
animatedFitBoundsandcenterOnPointsmethods toAnimatedMapController - Properly disposed the
AnimationControllerwhen the widget is disposed - Smoother animation when the
LatLngis updated
0.1.0+1 #
- Updated
README.mdto add the pub.flutter-io.cn badge
0.1.0 #
- First release