This commit is contained in:
Hamza-Ayed
2024-01-18 00:49:00 +03:00
parent 358bb904ab
commit 7af7e71b30
17 changed files with 1028 additions and 269 deletions

View File

@@ -24,6 +24,7 @@ class LocationController extends GetxController {
void onInit() async {
super.onInit();
location = Location();
totalPoints = Get.find<CaptainWalletController>().totalPoints;
getLocation();
}