Making sense of all those Flutter Providers

Suragch
Flutter Community
Published in
11 min readOct 30, 2019

--

ErikaWittlieb from Pixabay

Although the official Flutter site (in Simple app state management) says that the Provider package “is easy to understand,” I haven’t found that to always be the case. I think the main cause is the sheer number of Provider types there are:

  • Provider
  • ListenableProvider
  • ChangeNotifierProvider
  • ValueListenableProvider

--

--