springster 0.2.0
springster: ^0.2.0 copied to clipboard
Spring animations and simulations, simplified.
0.2.0 #
Note: This release has breaking changes.
- FIX: fixed missing updates when animating only the y dimension in 2D.
- FEAT: add 'from' parameter to SpringBuilder and SpringBuilder2D for initial animation value.
- DOCS: enhance documentation for SpringBuilder and SpringBuilder2D using templates.
- BREAKING FEAT: removed
.smooth
constant inSimpleSpring
since it is the default anyway. - BREAKING FEAT: removed
addBounce
in favor ofcopyWith
methods onSimpleSpring
. - BREAKING FEAT: renamed duration parameter in
SimpleSpring
to specify unit.
0.1.1+1 #
- FIX: update README to reflect correct Pub version for Springster.
0.1.1 #
- FIX: velocity calculation.
- FEAT: polish in draggable.
- FEAT: added
SpringDraggable
. - FEAT: add springster package.
- DOCS: updated README.
0.1.0 #
- feat: initial commit 🎉