As the name suggests, Provider is a Flutter architecture that provides the current data model to the place where we currently need it . It contains some data and notifies observers when a change occurs. In Flutter SDK, this type is called a ChangeNotifier.