flutter_animarker 3.1.1+2-alpha flutter_animarker: ^3.1.1+2-alpha copied to clipboard
Solution to move a Marker smoothly throught Google Maps in Flutter.
0.0.1 #
- Interpolation between two position points, including rotation of the marker
0.0.1+1 #
- Interpolation between two position points, including rotation of the marker
- Added examples and better description
0.0.1+2 #
- Minor error corrections
0.0.1+3 #
- Issue setting the Duration interval of interpolation
0.0.2 #
- Update with a working example and GIF showing the animation movement
0.1.1 #
- Added working project example to the GitHub repo. Just add your own Google Maps Api Key.
0.1.1+1 #
- Update metadata plugin information
0.1.2 #
- Update Google Maps constraints and pull request merging
1.0.0 #
- Remove Google Maps dependencies
- Added multiple markers at same time functionality
3.1.1+2-alpha #
BREAKING: The library will use now a better reactive Flutter approach
- Marker's position animation
- Multiple markers' animations at the same time
- Null-safety compatible
- Ripple effect over marker position
- Marker's rotation or bearing/heading of direction
- Multipoint linear animation (Piecewise Linear Approximation Algorithm)
- Support animation curves and duration
- Widget-based with fully customized behaviors
- Animation warm-up for improving performance
- Useful LocationTween, AngleTween and PolynomialLocationInterpolator core logic
- More test coverage