Top "Flutter-animation" questions

Flutter animations that use tweens or physics-based animations.

flutter - App bar scrolling with overlapping content in Flexible space

i am trying to recreate App bar scrolling with overlapping content in Flexible space using flutter. the behavior is demonstrated …

flutter flutter-layout flutter-sliver flutter-animation
How to update data in an AnimatedList in Flutter

How do you update data (add, remove rows) in an AnimatedList in Flutter? I can do it in a ListView …

flutter listview dart flutter-animation flutter-animatedlist
Can you use Flutter's transform class to animate scale?

I'm trying to animate two square containers so that when they are tapped they are animated to scale. I see …

dart flutter flutter-animation
Flutter increase height and width of Switch?

I creating game with single and two players. for selection i want slide look so i have tried with switch …

flutter flutter-layout flutter-dependencies flutter-animation
How do you add a Curves class animation to AnimationController in Flutter?

I'm trying to add the curves class animation 'Curves.bounceOut' to my code that uses an AnimationController. Here is my …

dart flutter flutter-animation
ScrollController animateTo()

I want the selected item in the horizontal listView to be centered, so I first calculate the position that should …

flutter flutter-animation