From 85b04b5c15ec216d0de01af32a8c6586eb2192c1 Mon Sep 17 00:00:00 2001 From: Mohammad Salameh Date: Sat, 17 Feb 2024 16:28:45 +0300 Subject: [PATCH] initialized Application theme --- lib/utils/helpers/localization_helpers.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/utils/helpers/localization_helpers.dart b/lib/utils/helpers/localization_helpers.dart index 95690ab..10b1ecc 100644 --- a/lib/utils/helpers/localization_helpers.dart +++ b/lib/utils/helpers/localization_helpers.dart @@ -11,6 +11,7 @@ class LocalizationService { } static Future savedLocale() async { + //todo use SharedPreferences prefs = await SharedPreferences.getInstance(); // var savedLanguageCode = prefs.getString(Constants.languageCode); // var savedCountryCode = prefs.getString(Constants.countryCode);