Update State Using Provider The ChangeNotifierProvider , creates a ChangeNotifier using the create property and automatically dispose it when it is removed from the widget tree. ChangeNotifer is a class under the Flutter SDK that provides a change notification API.