added GPS feature

This commit is contained in:
2023-10-31 14:12:48 +05:30
parent 0508c50b97
commit 7412d1e074
9 changed files with 352 additions and 59 deletions

View File

@ -255,7 +255,7 @@ class IndexController extends GetxController {
}
void changeUser(Map<String, dynamic> value, {bool replace = true}) {
////print("---- change user to $value -----");
//print("---- change user to $value -----");
currentUser.clear();
currentUser.add(value);
if (replace) {