pull/2801/merge
Arooj Sarfraz 1 week ago committed by GitHub
commit 739724e4c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -46,6 +46,10 @@ GoRouter router(AuthRepository authRepository) => GoRouter(
bookingRepository: context.read(),
userRepository: context.read(),
);
// Currently HomeViewModel does not manage any disposable resources.
// If you add streams, controllers, or other resources in the future,
// remember to dispose it properly to prevent memory leaks.
return HomeScreen(viewModel: viewModel);
},
routes: [

Loading…
Cancel
Save