durlav kalita

Hi, I am Durlav. Developer and chess enthusiast.

Home Blog Projects About View on GitHub
    3 June 2021

    What Stateful Widget is made of

    by durlavk

    Stateful widget and it’s lifecycle ♻️.

    In previous post I described about stateful widgets. It consists of two classes. The StatefulWidget class and the State class. As stateful widget have state so they have some lifecycle method. Lifecycle in general terms is an order in which different part of the code will get executed. So, let’s see the stateful widget’s lifecycle methods.

    tags: flutter