Member-only story
These Are Not Flutter State Solutions
We have all seen this list:
The only problem is that dependency injection and data binding are not state solutions. I am going to tackle this the Computer Science way, but do not worry it’s very light on math.
What Is Computer Architecture
State management is wrapped up in our defining and constructing an application architecture. But, what really are we doing, we complete an application architecture implementation? And, here is where the computer science mathematics enters the picture:
It’s a direct application of graph theory, and it’s somewhat related even to the social graph that the facebook app creates of your social connections.
Notice, that we have 3 circles, but two of them might be the same thing. We cannot do anything about the top one, as even in functional programming we will have some form of that graph.