개발/Flutter

Why we use Key in flutter widget?

dev_caleb 2022. 2. 10. 10:52
728x90

https://apgapg.medium.com/using-keys-in-flutter-1c5fb586b2a5

 

Using Keys in Flutter

If you are unaware of some terms like ValueKey, UniqueKey, ObjectKey etc then you on the right article.

apgapg.medium.com

 

I experienced my widget which I want to update doesn't updated and another widget is update. I thoght the reason for this problem is reason why I use same key for widgets. After I use Key(text: String), I could fix my problem.

It would be helpful if you refer to the link at the top.

Enjoy coding with flutter.

728x90