Member-only story
Why No One Can Understand Flutter State
Ready for that venture into the depths of Flutter State Management? The reason why no one can understand Flutter State and State Management is we are all reading without the contextual context of history and other things.
Code for this article is in this repo:
This is going to be a deep dive into Stateless and Stateful Widgets along with the State class as those classes play a central role in state within the flutter framework.
The Flutter Framework
The Flutter framework like some other front-end frameworks ASPNET, the iOS SDK, etc. manage the application state by automating the build of UI components. We as develops do not individually decide everything about the build of a UI widget or even when they are built.
That, basically, is the meaning of the word framework.
To start with the Flutter State Story, we have to begin with some basic OOP.