Member-only story

The Quest To Master Flutter State Management

Fred Grott
8 min readJan 20, 2022

--

Now, I could claim an excuse such as this:

State management is a complex topic. If you feel that some of your questions haven’t been answered, or that the approach described on these pages is not viable for your use cases, you are probably right.

That is the excuse given for the list of alleged state management options here:

Or I could just teach you real Flutter State Management as my first published Flutter Dev Book.

Let me show how easy this is.

The Problems With Declarative UIs

Some of you that were on native mobile when the switch was made to declarative UIs already know what problems I am going to highlight. As we start to separate out custom views and business logic, we start to get a very large widget tree for each screen in the application.

The problems tend to be:

1. Separating out presentation-layout layers from business logic layers.

--

--

Fred Grott
Fred Grott

No responses yet