BASE: Update Icons & Name Of The App.
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import 'package:customer/models/user_model.dart';
|
||||
import 'package:get/get.dart';
|
||||
|
||||
import 'package:get/get.dart' hide Trans;
|
||||
import '../constant/constant.dart';
|
||||
import '../service/fire_store_utils.dart';
|
||||
|
||||
@@ -18,7 +17,9 @@ class AddressListController extends GetxController {
|
||||
}
|
||||
|
||||
Future<void> getUser() async {
|
||||
await FireStoreUtils.getUserProfile(FireStoreUtils.getCurrentUid()).then((value) {
|
||||
await FireStoreUtils.getUserProfile(FireStoreUtils.getCurrentUid()).then((
|
||||
value,
|
||||
) {
|
||||
if (value != null) {
|
||||
userModel.value = value;
|
||||
if (userModel.value.shippingAddress != null) {
|
||||
|
||||
Reference in New Issue
Block a user