Tag: Set State in Flutter

  • Build in Flutter, Without set state and Stateful Widget

    How does the build method work in Flutter? In this section we’ll take a look at the core concept of Flutter. In our previous section we have seen a simple Stateful widget where we have used a counter to press the button and change the internal state of the object. As a result, it calls…

  • Set State in Flutter, build method and Internal State

    What does the set state method mean in Flutter? In this section we’ll try to understand the topic from a beginner’s point of view.  If you have enough experience in Flutter, you may skip this section. Or, applying your experience if you find any inconsistency in this explanation, please express your view in the comment…