Skip to content

Commit

Permalink
feat: Preserver previous state on async error
Browse files Browse the repository at this point in the history
  • Loading branch information
rrousselGit committed Dec 24, 2022
1 parent 06f98c2 commit 662c977
Show file tree
Hide file tree
Showing 13 changed files with 368 additions and 227 deletions.
1 change: 1 addition & 0 deletions packages/riverpod/lib/riverpod.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export 'src/async_notifier.dart'
FamilyAsyncNotifierProviderImpl,
AsyncNotifierBase,
AsyncNotifierProviderBase,
CancelAsyncSubscription,
BuildlessAsyncNotifier,
BuildlessAutoDisposeAsyncNotifier,
FutureHandlerProviderElementMixin;
Expand Down
1 change: 1 addition & 0 deletions packages/riverpod/lib/src/async_notifier.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import 'framework.dart';
import 'future_provider.dart' show FutureProvider;
import 'listenable.dart';
import 'notifier.dart';
import 'pragma.dart';
import 'result.dart';

part 'async_notifier/auto_dispose.dart';
Expand Down

0 comments on commit 662c977

Please sign in to comment.