Skip to content

Commit f5d77d8

Browse files
committed
+Tiny fix
1 parent 22e47a9 commit f5d77d8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/src/pods/core/_root_pod.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ base class RootPod<T extends Object> extends PodNotifier<T> with GenericPod<T> {
3737
: value = initialValue {
3838
final subscription = stream.listen(_set);
3939
onAfterDispose = () {
40-
Future.value(1);
4140
unawaited(subscription.cancel());
4241
};
4342
}

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ funding:
2121
- https://github.com/sponsors/robelator
2222
- https://www.buymeacoffee.com/dev_cetera
2323
description: A package offering tools to manage app state using ValueListenable objects called Pods.
24-
version: 0.18.12
24+
version: 0.18.13
2525
topics:
2626
- bloc
2727
- provider

0 commit comments

Comments
 (0)