Back to Riverpod

Notifiers

packages/flutter_riverpod/dartdoc/notifiers.md

2.0.0-dev.9300 B
Original Source
<!-- WARNING: This file should be kept in sync with its duplicates in the other riverpod packages -->

Here, you will find all the notifier types.

Notifiers are a way for providers to define methods that can modify their state.
Those methods can then be invoked by objects external to the provider.