PackageTrack
Sign in Get early access

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
Release Pre-release

Releases

latest 22
  1. 0.9.0 18 Jul 2026
    Release notes
    • Add delay feature. The child waits for the given duration after a position change is detected before starting the animation, which makes staggered / wave effects trivial.
    Open source →
  2. 0.8.1 31 Dec 2025
    Release notes
    • Fixed wrong coordinate calculation inside AnimatedTo.spring
    Open source →
  3. 0.8.0 26 Dec 2025
    Release notes
    • Renamed AnimatedToContainer to AnimatedToBoundary
    • Fixed unexpected behavior when AnimatedTo is wrapped by RepaintBoundary
    Open source →
  4. 0.7.1 11 Dec 2025
    Release notes
    • Fixed a bug of unexpected behavior during navigation transition.
    Open source →
  5. 0.7.0 11 Dec 2025
    Release notes
    • AnimatedTo now can be nested!
    • Fixed a bug of unexpected behavior when scrolling.
    Open source →
  6. 0.6.2 06 Dec 2025
    Release notes
    • Fixed tiny lint issues.
    Open source →
  7. 0.6.1 05 Dec 2025
    Release notes
    • Fixed tiny lint issues.
    Open source →
  8. 0.6.0 05 Dec 2025
    Release notes
    • Add AnimatedToBoundary to detect gesture to descendant AnimatedTos during their animation.
    Open source →
  9. 0.5.0 03 Dec 2025
    Release notes
    • animated_to now depends on motor instead of springster. Thank you @timcreatedit
    • listeners attached to horizontalController and verticalController are now properly disposed when AnimatedTo is disposed. Thank you @nappannda
    Open source →
  10. 0.4.0 09 Jul 2025
    Release notes
    • Support animation on horizontal SingleChildScrollView.
    • controller is renamed to verticalController.
    Open source →
  11. 0.3.3 07 Jul 2025
    Release notes
    • enhanced the logic of how to detect position updates when scrolling
    • fixed error when markNeedsPaint is called during previous paint phases
    Open source →
  12. 0.3.3+1 07 Jul 2025
    Release notes
    • Update document and example about ListView.
    Open source →
  13. 0.3.2 21 Mar 2025
    Release notes
    • add sizeWidget argument that enables us to collaborate with size animation
    Open source →
  14. 0.3.1 20 Mar 2025
    Release notes
    • add velocityBuilder argument to AnimatedTo.spring()
    Open source →
  15. 0.3.0 19 Mar 2025
    Release notes
    • AnimatedTo() is now separated into AnimatedTo.curve() and AnimatedTo.spring()
    • some refactoring with experimental idea to make the logic testable
    • added dependency to springster package.
    Open source →
  16. 0.2.0 27 Dec 2024
    Release notes
    • remove unnecessary vsync argument
    • rename key to globalKey and make it required
    • some refactoring and write documentation
    Open source →
  17. 0.1.1 20 Dec 2024
    Release notes
    • fix behavior on SingleChildScrollView
    Open source →
  18. 0.1.0 17 Dec 2024
    Release notes
    • write some basic documentation
    Open source →
  19. 0.0.4 17 Dec 2024
    Release notes
    • add onEnd callback to handle animation end
    • some refactoring
    Open source →
  20. 0.0.3 16 Dec 2024
    Release notes
    • add enabled property to control animation
    Open source →
  21. 0.0.2 15 Dec 2024
    Release notes
    • update README.md
    Open source →
  22. 0.0.1 15 Dec 2024
    Release notes

    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
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive