Member-only story

What Google Is Hiding About State Management In Flutter

Fred Grott
6 min readJan 28, 2022

--

Rant Mode ON! You have all seen this list of Flutter State Solutions:

That emphatically is NOT a LIST of FLUTTER STATE SOLUTIONS! Why? Because Flutter State Solutions are at the Architecture level of implementation, not a DI or Data Binding solution. Even BLoC with it’s re-architecting just the view-model relationship is not a state solution!

Ah! Ah! Let me show something:

An Example

Here is the source of the Google Photo Booth Demo:

One of the deep Domain Driven Development State Event Management implementations is Event State Dispatching and Services characterized by Events defined for every layer and pp arch component and an event dispatcher and services modules.

--

--

Fred Grott
Fred Grott

No responses yet