Handling api requests with Flutter Provider

Maneesha Erandi
3 min readSep 8, 2020
Photo by Jess Bailey on Unsplash

State management is very important when we work with flutter. Flutter provider is much better way to handle state in Flutter. The provider package is easy to understand and it doesn’t use much code. It also uses concepts that are applicable in every other approach.

We don’t have to keep so many files to use provider and the implementation is really easy and simple.

--

--