Initial commit for service

This commit is contained in:
Hamza-Ayed
2026-01-20 23:36:57 +03:00
parent 66ae6c0ddb
commit ad2511bd96
34 changed files with 3757 additions and 4761 deletions

View File

@@ -8,6 +8,7 @@ class BoxName {
static const String jwt = "jwt";
static const String fingerPrint = "fingerPrint";
static const String payMobApikey = "payMobApikey";
static const String employeename = "employeename";
static const String refreshToken = "refreshToken";
static const String tokenParent = "tokenParent";
static const String lang = "lang";

View File

@@ -9,12 +9,20 @@ class AppLink {
static final String seferAlexandriaServer = Env.seferAlexandriaServer;
static final String seferCairoServer = Env.seferCairoServer;
static final String seferGizaServer = Env.seferGizaServer;
static String paymentServer = 'https://walletintaleq.intaleq.xyz/v1/main';
static String location = 'https://api.intaleq.xyz/intaleq/ride/location';
static String locationServer =
'https://location.intaleq.xyz/intaleq/ride/location';
static String seferPaymentServer0 = box.read('seferPaymentServer');
static final String endPoint = 'https://api.intaleq.xyz/intaleq';
static final String rideServer = 'https://rides.intaleq.xyz/intaleq';
// static final String server = Env.serverPHP;
static String getBestDriver = "$server/Admin/driver/getBestDriver.php";
static final String server = 'https://intaleq.xyz/intaleq';
static final String server = 'https://api.intaleq.xyz/intaleq';
static final String jwtService = '$server/jwtService.php';
static final String endPoint = box.read(BoxName.serverChosen);
// static final String endPoint = box.read(BoxName.serverChosen);
// static final String server = Env.seferCairoServer;
// static const String server = "https://sefer.click/sefer/sefer";
static String googleMapsLink = 'https://maps.googleapis.com/maps/api/';
@@ -46,16 +54,26 @@ class AppLink {
static String getAccount = "$authCaptin/getAccount.php";
static String test = "$server/test.php";
static String serviceApp = "$server/serviceapp";
static String getPassengersByPhone =
"$server/serviceApp/getPassengersByPhone.php";
static String getPassengersByPhone = "$serviceApp/getPassengersByPhone.php";
static String getDriverByPhone = "$serviceApp/getDriverByPhone.php";
static String getDriverByNational = "$serviceApp/getDriverByNational.php";
static String updateDriver = "$serviceApp/updateDriver.php";
static String updateDriverToActive = "$serviceApp/updateDriverToActive.php";
static String getNewDriverRegister = "$serviceApp/getNewDriverRegister.php";
static String getDriversPhoneNotComplete =
"$serviceApp/getDriversPhoneNotComplete.php";
static String addWelcomeDriverNote = "$serviceApp/addWelcomeDriverNote.php";
static String getDriverNotCompleteRegistration =
"$serviceApp/getDriverNotCompleteRegistration.php";
static String deleteDriverNotCompleteRegistration =
"$serviceApp/deleteDriverNotCompleteRegistration.php";
static String getDriversWaitingActive =
"$serviceApp/getDriversWaitingActive.php";
static String getPassengersNotCompleteRegistration =
"$serviceApp/getPassengersNotCompleteRegistration.php";
static String addNotesDriver = "$serviceApp/addNotesDriver.php";
static String getDriverDetailsForActivate =
"$serviceApp/getDriverDetailsForActivate.php";
static String getCarPlateNotEdit = "$serviceApp/getCarPlateNotEdit.php";
static String getdriverWithoutCar = "$serviceApp/getdriverWithoutCar.php";
static String getBestDriverGiza =