Member-only story
Google Hid The Core Of Flutter State Management In Plain Sight
What if state management was just another expression of widgets? Think about it, an event traveling from view to model or from model to view has what attached? Well, it could be that the lifecycle of the view may be attached; in this the lifecycle of the widget.
What I am talking about is state management being a management of very specific state containers. Let me show you an easy way to clear out all the crud and have a clear picture of flutter state management in a such a memorable way that you will never forget it.
Now, I am not going to show a whole slew of widgets. Instead, let me show you one UML diagram and some snippets of code:
And just a snippet of code: