25-1/13/1-securejordan

This commit is contained in:
Hamza-Ayed
2025-01-13 22:10:47 +03:00
parent e8c3f8f339
commit a893e49282
36 changed files with 803 additions and 447 deletions

View File

@@ -10,6 +10,7 @@ class BoxName {
static const String bodyOrder = "bodyOrder";
static const String gender = "gender";
static const String phoneWallet = "phoneWallet";
static const String locationName = "locationName";
static const String isSavedPhones = "IsSavedPhones";
static const String isTest = "isTest";
static const String carType = "carType";

View File

@@ -5,10 +5,9 @@ import 'box_name.dart';
class AppLink {
static String serverPHP = box.read('serverPHP');
static String seferCairoServer = box.read('seferCairoServer');
static String seferGizaServer = box.read('seferGizaServer');
static String seferAlexandriaServer = box.read('seferAlexandriaServer');
static String seferPaymentServer = box.read('seferPaymentServer');
static String seferPaymentServer =
'https://wallet.sefer.live/seferpw.shop/sefer/';
static String seferPaymentServer0 = box.read('seferPaymentServer');
// static final String seferPaymentServer0 = Env.seferPaymentServer;
// static final String seferPaymentServer = '${Env.seferPaymentServer}/ride';
@@ -24,7 +23,9 @@ class AppLink {
// static final String seferGizaServer = Env.seferGizaServer;
static final String endPoint = box.read(BoxName.serverChosen);
static final String server = endPoint;
static String seferCairoServer = endPoint;
static String seferGizaServer = box.read('seferGizaServer');
static String seferAlexandriaServer = box.read('seferAlexandriaServer');
// static final String server = Env.serverPHP;
static String googleMapsLink = 'https://maps.googleapis.com/maps/api/';
@@ -240,6 +241,8 @@ class AppLink {
static String location = '$endPoint/ride/location';
static String getCarsLocationByPassenger = "$location/get.php";
static String addpassengerLocation = "$location/addpassengerLocation.php";
static String getLocationAreaLinks =
"https://server.sefer.live/sefer.click/sefer/ride/location/get_location_area_links.php";
static String getLatestLocationPassenger =
"$location/getLatestLocationPassenger.php";
static String getFemalDriverLocationByPassenger =