This commit is contained in:
Hamza-Ayed
2024-06-30 13:27:23 +03:00
parent 08d31bc4d1
commit 176f5105b1
25 changed files with 465 additions and 154 deletions

View File

@@ -5,6 +5,7 @@ class BoxName {
static const String tokenParent = "tokenParent";
static const String lang = "lang";
static const String gender = "gender";
static const String carType = "carType";
static const String carPlate = "carPlate";
static const String isVerified = '0';

View File

@@ -163,6 +163,9 @@ class AppLink {
//==================certifcate==========
static String location = '$server/ride/location';
static String getCarsLocationByPassenger = "$location/get.php";
static String getCarsLocationByPassengerSpeed = "$location/getSpeed.php";
static String getCarsLocationByPassengerDelivery =
"$location/getDelivery.php";
static String getLocationParents = "$location/getLocationParents.php";
static String getFemalDriverLocationByPassenger =
"$location/getFemalDriver.php";