How to choose which Flutter Animation Widget is right for you? - Flutter in Focus

preview_player
Показать описание
In previous episodes of Flutter in Focus, we learned how to implement animations using Implicit widgets, Explicit widgets, and learned even more about how animations work. There are a lot of different animation widgets and figuring out which one is most appropriate can feel a little overwhelming. Fortunately, this video is here to help.

Рекомендации по теме
Комментарии
Автор

My head is spinning after watching this, but I'll revisit this explanation once I dive in on animations. Thanks for sharing!

SacWebDeveloper
Автор

Extremely helpful! Even 4 years later. Thanks for making Flutter awesome!
Edit: And as others have said, props to Emily for explaining it so well!

LabGecko
Автор

I simply love the way you explain them....
Just wanted to appreciate your efforts of educating us. We need it.. like really need it

manujteotia
Автор

This is exactly the type of videos you should always upload. Thanks

aytunch
Автор

Thanks for creating all these amazing videos, Flutter team!

simenl
Автор

Flutter is the single most beautiful thing happened to mobile app developers who has to write cross platform


Emily is the queen of Flutter our ancestors would be proud if they seen

mehmetedex
Автор

The AnimatedBuilder and AnimatedWidget are exeptions to the AnimatedFoo rule of implicit built-in widgets.



Great video, I'm just beginnig with Flutter and didn't create any animations yet, but this video is very helpful and informative!

fullemptiness
Автор

This is quite informative and helpful. I'm only just realising now that I used an explicit animation when an implicit animation, say using an AnimatedContainer could have sufficed.

chichebem
Автор

I love flutter!

One thing i wish and hope for is a library for handling sensors.

fanonxrogers
Автор

Can we have more videos on how to optimize our animation performance?? 🙏🏽
I created a cool looking animation for my bottom nav bar but as app complexity increased, it stutters

babsNumber
Автор

Thank you so much! Your explanation was amazing.

vinimenezez
Автор

The decision tree shown at 5:47 has the AnimatedWidget and AnimatedBuilder flipped.

noumanhanif
Автор

I use TweenAnimationBuilder for infinite/extended animations by using the onEnd callback to change the attribute back and forth so the animation continues running forever!
I feel that explicit animations are complicated and I don't feel comfortable using them, so I am sticking with the TweenAnimationBuilder.

hamza-
Автор

really really helpful for me at the moment. thank you.

duongital
Автор

Great, concise video! The flowchart at 0:27 is next-level. Your persuasive skills are unparalleled, Emily. Could you please make a video about the widget lifecycle, too?

henterpeter
Автор

Great Video Series by Flutter Team !! :) Thanks
Very insightful explanation providing the big picture !!

rajantamang
Автор

The replacement of coherent documentation by cheerful chatter seems to be the result of
having skipped most of the steps leading to a coherent design of a system.

JuergenRennenkampff
Автор

What is the recommended way of using lottie animations?

mbabuglia
Автор

AnimatedContainer is useful, but I don’t understand how to make transformation like rotation at 2:33 or something else.

lenqnr
Автор

The listWheelScrollView you just showed doesn't detect the gesture. Pretty useless if we cannot interact with it.

ashishacharya