Fix general issues

This commit is contained in:
problematicconsumer
2023-09-06 21:03:43 +03:30
parent 42ea79c7e5
commit b03d8cba99
10 changed files with 40 additions and 42 deletions

View File

@@ -7,7 +7,7 @@ part 'core_providers.g.dart';
TranslationsEn translations(TranslationsRef ref) =>
ref.watch(localeProvider).translations();
@riverpod
@Riverpod(keepAlive: true)
AppTheme theme(ThemeRef ref) => AppTheme(
ref.watch(themeModeProvider),
ref.watch(trueBlackThemeProvider),