Update: 2026-06-29 00:07:33

This commit is contained in:
Hamza-Ayed
2026-06-29 00:07:33 +03:00
parent 24da2bc7ca
commit d695a4e812
15 changed files with 190 additions and 60 deletions

View File

@@ -50,7 +50,8 @@ class MainController extends GetxController {
@override
void onInit() {
super.onInit();
// refreshDashboardStats(); // Removed to save data consumption at start
final country = box.read('countryCode')?.toString() ?? 'Jordan';
Log.print('🌍 [SIRO-SERVICE-STARTUP] Current countryCode stored in box: $country');
}
Future<void> refreshDashboardStats() async {