We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22e47a9 commit f5d77d8Copy full SHA for f5d77d8
lib/src/pods/core/_root_pod.dart
@@ -37,7 +37,6 @@ base class RootPod<T extends Object> extends PodNotifier<T> with GenericPod<T> {
37
: value = initialValue {
38
final subscription = stream.listen(_set);
39
onAfterDispose = () {
40
- Future.value(1);
41
unawaited(subscription.cancel());
42
};
43
}
pubspec.yaml
@@ -21,7 +21,7 @@ funding:
21
- https://github.com/sponsors/robelator
22
- https://www.buymeacoffee.com/dev_cetera
23
description: A package offering tools to manage app state using ValueListenable objects called Pods.
24
-version: 0.18.12
+version: 0.18.13
25
topics:
26
- bloc
27
- provider
0 commit comments