animated_to 0.4.0
animated_to: ^0.4.0 copied to clipboard
AnimateTo animates its child to a new position requiring no calculation.
0.4.0 2025.7.9 #
- Support animation on horizontal
SingleChildScrollView. controlleris renamed toverticalController.
0.3.3+1 2025.7.8 #
- Update document and example about
ListView.
0.3.3 2025.7.7 #
- enhanced the logic of how to detect position updates when scrolling
- fixed error when markNeedsPaint is called during previous paint phases
0.3.2 2025.3.21 #
- add
sizeWidgetargument that enables us to collaborate with size animation
0.3.1 2025.3.20 #
- add
velocityBuilderargument toAnimatedTo.spring()
0.3.0 2025.3.19 #
AnimatedTo()is now separated intoAnimatedTo.curve()andAnimatedTo.spring()- some refactoring with experimental idea to make the logic testable
- added dependency to springster package.
0.2.0 2024.12.27 #
- remove unnecessary
vsyncargument - rename
keytoglobalKeyand make itrequired - some refactoring and write documentation
0.1.1 2024.12.20 #
- fix behavior on
SingleChildScrollView
0.1.0 2024.12.17 #
- write some basic documentation
0.0.4 2024.12.17 #
- add
onEndcallback to handle animation end - some refactoring
0.0.3 2024.12.16 #
- add
enabledproperty to control animation
0.0.2 2024.12.15 #
- update README.md