This commit is contained in:
Hamza-Ayed
2024-07-31 21:19:19 +03:00
parent dea83d970c
commit 2bc71355c3
106 changed files with 4600 additions and 727 deletions

View File

@@ -10,7 +10,7 @@ class LocaleController extends GetxController {
String countryCode = '';
void restartApp() {
// Get.offAll(MyApp);
runApp(const MyApp());
runApp(MyApp());
}
ThemeData appTheme = themeEnglish;