Beginning Flutter: 04 States - stateful versus stateless

Опубликовано: 07 Март 2018
на канале: Dash to Dartlang
6,118
131

Determining the difference between a stateful and stateless widget is fundamental to Flutter. Stateless widgets do not rely upon any other widget, nor any information from previous actions. Stateful widgets requires either information from other widgets, or else a memory from past experience in order to determine the current characteristics, or state.