Change prefs

This commit is contained in:
problematicconsumer
2023-09-07 13:43:46 +03:30
parent d52404a040
commit 854b522d97
10 changed files with 47 additions and 44 deletions

View File

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