Why Flutter's build() method is no place for side effects, calculations etc

Описание к видео Why Flutter's build() method is no place for side effects, calculations etc

In this video let's focus on one of the most basic topics for #Flutter developers which is the build() method. Flutter's widgets are builders which build a sub tree of widgets. It's important to understund that not everything can be done in the build() method and there may be severe consequences for, let's say, running a calculation in the build(). More in the video. :)

Комментарии

Информация по комментариям в разработке