Implicitly animated widget from scratch (The Boring Flutter Development Show, Ep. 62)

preview_player
Показать описание
In this episode, Tiya and Craig Labenz will demystify implicitly animated widgets.

Chapters:
00:00 Intro
01:36 Starting the widget
09:40 Changing values
14:02 Adding animations
20:36 Building a tween
37:09 Animating a string
57:34 Outro

Resources:


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

It'd be so great to be around coders like you guys. 😍

muhammadjunaid
Автор

I have one question in my mind, which state management library should I use to build my flutter project. I came up with this question few weeks ago and tried to research and got some answers as well, but everyone was sharing their pov. It would be great if the official Flutter team let's me know the answer of this question with a valid reason. Currently what I am doing is, I am using getx for separation of logic and ui and even that is used for state management in my case. Please let me know what should a person prefer coz already there are whole lot of libraries for managing state and a developer, specifically a beginner is confused which to use and which to not, and more precise why to use and why to not....

learnflutter
Автор

Learned four things from the video: what @override actually means, initState, didUpdateWidget and Animation.

timijames
Автор

it was quite interesting, just missed to solve the last one the -1 value haha... but very good....


let's go for more episodes like this...

jeanmartinpachasvilla
Автор

Craig the new showman. Would you be able to build an app that clone YouTube ( is just an example of a complex app ) in a series of video starting from scratch. An hour video would be fine to follow... Just to see how you approach things, and if you can you also can conver responsiveness and be multi device

MrAndrewtux
Автор

That's vscode theme looks kinda beautiful, what name is it?

tanhkk
Автор

your doing well, I appreciate you.but flip place is missing :)

Abolfazl-MI
Автор

You could bypass that late error by directly declaring controller in 30:30 with „late final controller =…“

rebarius
Автор

Can you make an elaborated video on how to use c++ in flutter.

brazilfan