top of page
FlutterCon_logo.png

7-9 OCT. 2026

BERLIN

FlutterCon_icon_turned.png
Anita_Singh_edited.jpg

( SPEAKER )

Tsuyoshi Chujo

Freelance mobile apps developer

( SESSION )

AnimatedTo: A Game Changer for Your Moving Animations

Have you realized we don’t have a “position” version of the implicitly animating widget, unlike AnimatedContainer or AnimatedOpacity? Now, I’m confident my animated_to package changes the game of the situation. All you have to do is wrap whatever widget with AnimatedTo, and it lets your widgets move with animation when their position is updated for whatever reason, such as rebuilding, relayouting, or even hot reloading. We don’t need any parent Stack, or any layout calculation; again, just wrap with AnimatedTo. But what makes this possible under the hood? In this session, we’ll dive into the mechanism of Flutter’s rendering pipeline from Widget to RenderObject to reveal how AnimatedTo achieves its functionality. This talk will equip you not only with knowledge about one of the animation packages but also with a clear understanding of how you can manage “rendering” on the Flutter framework.
bottom of page