fixed issue ui related

This commit is contained in:
2025-03-17 23:42:29 +05:30
parent c3616afd86
commit a073b7aeec
11 changed files with 757 additions and 572 deletions

View File

@@ -32,8 +32,11 @@ class AddressProvider extends ChangeNotifier {
}
}
Future<bool> addAddress(BuildContext context, name, pincode, phone,
alternatePhoneNumber, address, landmark, addresstype) async {
alternatePhoneNumber, address, landmark, addresstype) async
{
ischeckpin = false;
final _homeRepo = getIt<ProductRepo>();
@@ -71,4 +74,7 @@ class AddressProvider extends ChangeNotifier {
return false;
}
}
}