Bootstrapping Flutter App State Management With Riverpod

Fred Grott
6 min readMar 19, 2023

Note: I have moved my flutter app design writing to my substack which is free to join at:

Consider this an introduction to state architecture in Flutter applications. I will show you how to bootstrap provider initialization, generating providers and notifiers, and some state architecture best practices.

What Am I Using

These are the packages I am using:

Flutter Riverpod, this package also imports the riverpod package and the state notifier package.

Riverpod generator

--

--