async_notifier_example_riverpod
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.
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.