adjust provider lifecycles

This commit is contained in:
Fabian Freund
2025-10-02 13:56:40 +02:00
parent 21319880d7
commit e435487284
12 changed files with 24 additions and 26 deletions
@@ -74,7 +74,7 @@ final class BottomSheetExtendProvider
argument: null,
retry: null,
name: r'bottomSheetExtendProvider',
isAutoDispose: false,
isAutoDispose: true,
dependencies: null,
$allTransitiveDependencies: null,
);
@@ -87,7 +87,7 @@ final class BottomSheetExtendProvider
BottomSheetExtend create() => BottomSheetExtend();
}
String _$bottomSheetExtendHash() => r'7e11b9047c15bdeb4dfcb488a8573daadb64e25c';
String _$bottomSheetExtendHash() => r'fbefffbad011502d7ed6ec3bd2fdcdb03995f149';
abstract class _$BottomSheetExtend extends $StreamNotifier<double> {
Stream<double> build();