Google’s Recommended Flutter State Management

Fred Grott
6 min readJul 31, 2022

Everyone gets confused by this state management list:

[list of state](https://docs.flutter.dev/development/data-and-backend/state-mgmt/options)

And thinks that is the same as what Google recommends for state management, well it’s not! And what makes it complicated is not the community choices, but the fact that we are implementing a work-around for not having…

--

--