marker_motion 0.1.3
marker_motion: ^0.1.3 copied to clipboard
A flutter package that smoothly animates Google Maps markers between two positions
0.1.3 #
- Make sure that the frame rate is between 1 - 120 (inclusive).
- Update the README
0.1.2 #
Fixed formatting.
0.1.1 #
Reformatted code for pub points.
0.1.0 #
Initial release of the marker_motion package. Using the MarkerMotion widget you can animate multiple markers on a GoogleMap widget between two positions. It also allows you to choose the underlying implementation to use either an AnimationController driven animation, or a simpler Timer based one.