async_notifier_example_riverpod icon indicating copy to clipboard operation
async_notifier_example_riverpod copied to clipboard

AsyncNotifier example with Riverpod

AsyncNotifier example with Riverpod

A simple project showing how to use the new Notifier and AsyncNotifier classes with Riverpod and Riverpod Generator.

AsyncNotifier example

Implementation

All the widgets and notifiers in the code are based on this article:

Unit tests

See auth_controller_test.dart for how to unit test AsyncNotifier subclasses.

LICENSE: MIT