Member-only story

How Google Screws Up Flutter State Management

Fred Grott
6 min readOct 9, 2022

--

There is a lot of stuff in the Flutter SDK misnamed, which makes it painful to get a clear picture of what correct or effective state management should be in flutter apps. I got an epiphany of what it is and a way to make it clear, as in wind clearing the fog from your mind.

Let’s begin.

The easiest way into this is to show the skeleton template app that you can get from the flutter SDK framework itself. First, the services and controller pairing.

This is the SettingsService

This is the SettingsController

Now let’s view the MyApp class

--

--

Fred Grott
Fred Grott

No responses yet