Provider - A State Management Solution

In this tutorial I’ll use one of the most popular state management solutions in Flutter, the Provider package. It’s a wrapper around InheritedWidget and provides a straightforward approach on handling state, capable of simplifying and speeding up development. There are other extremely useful state management packages, such as Flutter Bloc and Mobx that use Provider. The goal for this tutorial is to cover the package basic usage by implementing a simple use case. [Read More]