cartui fixed

This commit is contained in:
2025-02-13 17:26:07 +05:30
parent 50cf2c588b
commit 9874c094a9
10 changed files with 397 additions and 315 deletions

View File

@@ -56,14 +56,14 @@ class AddtocartProvider extends ChangeNotifier {
// Now check if this pin code is deliverable
await checkPin(context, _pinCode);
} else {
_pinCode = "unable to current pi code";
_pinCode = "";
print("Error: No placemarks found.");
}
} catch (e) {
_pinCode = "unable to current pi code";
_pinCode = "";
print("Error: ${e.toString()}");
}
_pinCode = "unable to current pi code";
_pinCode = "";
_isLoading = false;
notifyListeners();
}