animated_to
AnimateTo animates its child to a new position requiring no calculation.
0.9.0
2.1K downloads/mo
#404 most downloaded on pub.dev
chooyan-eng/animated_to
What this package is like to depend on
Last release 1 months ago
18 Jul 2026
Release timing varies
gaps range from 8 days to 7 months
Nearly every release is documented
notes for 22 of 22 stable releases
Nothing withdrawn
no release was ever pulled
2 years old
22 releases · first in 2024
9 releases in the last 12 months
see the full history below
Release timeline
22 releases · Dec 2024 to Jul 2026
2025
2026
Releases
latest 22-
0.9.018 Jul 2026Release notes
Open source →- Add
delayfeature. The child waits for the given duration after a position change is detected before starting the animation, which makes staggered / wave effects trivial.
- Add
-
0.8.131 Dec 2025 -
0.8.026 Dec 2025Release notes
Open source →- Renamed
AnimatedToContainertoAnimatedToBoundary - Fixed unexpected behavior when
AnimatedTois wrapped byRepaintBoundary
- Renamed
-
0.7.111 Dec 2025 -
0.7.011 Dec 2025Release notes
Open source →- AnimatedTo now can be nested!
- Fixed a bug of unexpected behavior when scrolling.
-
0.6.206 Dec 2025 -
0.6.105 Dec 2025 -
0.6.005 Dec 2025Release notes
Open source →- Add
AnimatedToBoundaryto detect gesture to descendantAnimatedTos during their animation.
- Add
-
0.5.003 Dec 2025Release notes
Open source →animated_tonow depends onmotorinstead ofspringster. Thank you @timcreatedit- listeners attached to
horizontalControllerandverticalControllerare now properly disposed whenAnimatedTois disposed. Thank you @nappannda
-
0.4.009 Jul 2025Release notes
Open source →- Support animation on horizontal
SingleChildScrollView. controlleris renamed toverticalController.
- Support animation on horizontal
-
0.3.307 Jul 2025Release notes
Open source →- enhanced the logic of how to detect position updates when scrolling
- fixed error when markNeedsPaint is called during previous paint phases
-
0.3.3+107 Jul 2025 -
0.3.221 Mar 2025Release notes
Open source →- add
sizeWidgetargument that enables us to collaborate with size animation
- add
-
0.3.120 Mar 2025 -
0.3.019 Mar 2025Release notes
Open source →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.027 Dec 2024Release notes
Open source →- remove unnecessary
vsyncargument - rename
keytoglobalKeyand make itrequired - some refactoring and write documentation
- remove unnecessary
-
0.1.120 Dec 2024 -
0.1.017 Dec 2024 -
0.0.417 Dec 2024 -
0.0.316 Dec 2024 -
0.0.215 Dec 2024 -
0.0.115 Dec 2024Release notes
Open source →first release of
AnimatedTo.- available features:
- basic behavior of
AnimatedTo - configure duration and curve of animation
- configure initial position to start animation at the first frame
- basic behavior of
- available features: