25-3/18/1
This commit is contained in:
1
lib/constant/api_key.dart
Normal file → Executable file
1
lib/constant/api_key.dart
Normal file → Executable file
@@ -6,6 +6,7 @@ import 'char_map.dart';
|
||||
class AK {
|
||||
static final String sss_pass = X.r(X.r(X.r(Env.sss_pass, cn), cC), cs);
|
||||
static final String allowed = Env.allowed;
|
||||
static final String allowedWallet = Env.allowedWallet;
|
||||
static final String passnpassenger = X
|
||||
.r(X.r(X.r(Env.passnpassenger, cn), cC), cs)
|
||||
.toString()
|
||||
|
||||
0
lib/constant/box_name.dart
Normal file → Executable file
0
lib/constant/box_name.dart
Normal file → Executable file
0
lib/constant/char_map.dart
Normal file → Executable file
0
lib/constant/char_map.dart
Normal file → Executable file
0
lib/constant/colors.dart
Normal file → Executable file
0
lib/constant/colors.dart
Normal file → Executable file
0
lib/constant/credential.dart
Normal file → Executable file
0
lib/constant/credential.dart
Normal file → Executable file
0
lib/constant/info.dart
Normal file → Executable file
0
lib/constant/info.dart
Normal file → Executable file
21
lib/constant/links.dart
Normal file → Executable file
21
lib/constant/links.dart
Normal file → Executable file
@@ -15,7 +15,7 @@ class AppLink {
|
||||
// static final String seferAlexandriaServer = Env.seferAlexandriaServer;
|
||||
// static final String seferCairoServer = Env.seferCairoServer;
|
||||
// static final String seferCairoServer =
|
||||
// 'https://server.sefer.live/sefer.click/sefer';
|
||||
// 'https://server.sefer.click/sefer.click/sefer';
|
||||
// static final String seferGizaServer = Env.seferCairoServer;
|
||||
// static final String seferAlexandriaServer = Env.seferCairoServer;
|
||||
// static final String seferPaymentServer = '${Env.seferCairoServer}/ride';
|
||||
@@ -24,18 +24,19 @@ class AppLink {
|
||||
// static final String seferGizaServer = Env.seferGizaServer;
|
||||
static final String endPoint =
|
||||
box.read(BoxName.serverChosen) ?? box.read(BoxName.basicLink);
|
||||
// 'https://server.sefer.live/sefer.click/sefer';
|
||||
// 'https://server.sefer.click/sefer.click/sefer';
|
||||
static final String server = endPoint;
|
||||
static String seferCairoServer = endPoint;
|
||||
static String seferGizaServer = box.read('Giza');
|
||||
static String seferAlexandriaServer = box.read('Alexandria');
|
||||
// static final String server = Env.serverPHP;
|
||||
|
||||
static String loginJwtDriver = "$server/loginJwtDriver.php";
|
||||
static String loginJwtDriver =
|
||||
"https://server.sefer.click/sefer.click/sefer/loginJwtDriver.php";
|
||||
static String loginJwtWalletDriver =
|
||||
"$seferPaymentServer/loginJwtWalletDriver.php";
|
||||
static String loginFirstTimeDriver =
|
||||
"https://server.sefer.live/sefer.click/sefer/loginFirstTimeDriver.php";
|
||||
"https://server.sefer.click/sefer.click/sefer/loginFirstTimeDriver.php";
|
||||
|
||||
static String googleMapsLink = 'https://maps.googleapis.com/maps/api/';
|
||||
static String llama = 'https://api.llama-api.com/chat/completions';
|
||||
@@ -104,7 +105,7 @@ class AppLink {
|
||||
static String getapiKey = Env.getapiKey;
|
||||
|
||||
static String getapiKeySefer =
|
||||
"https://api.sefer.live/sefer/ride/apiKey/get.php";
|
||||
"https://api.sefer.click/sefer/ride/apiKey/get.php";
|
||||
static String getRideStatusBegin = "$ride/rides/getRideStatusBegin.php";
|
||||
static String getRideStatusFromStartApp =
|
||||
"$ride/rides/getRideStatusFromStartApp.php";
|
||||
@@ -225,16 +226,16 @@ class AppLink {
|
||||
static String addRateToDriver = "$ride/rate/addRateToDriver.php";
|
||||
static String addRateApp = "$ride/rate/add_rate_app.php";
|
||||
static String sendEmailRateingApp =
|
||||
"https://api.sefer.live/sefer/ride/rate/sendEmailRateingApp.php";
|
||||
"https://api.sefer.click/sefer/ride/rate/sendEmailRateingApp.php";
|
||||
static String getDriverRate = "$ride/rate/getDriverRate.php";
|
||||
static String getPassengerRate = "$ride/rate/getPassengerRate.php";
|
||||
|
||||
////////////////emails ============//
|
||||
static String sendEmailToPassengerForTripDetails =
|
||||
"https://api.sefer.live/sefer/ride/rides/emailToPassengerTripDetail.php";
|
||||
"https://api.sefer.click/sefer/ride/rides/emailToPassengerTripDetail.php";
|
||||
static String sendEmailToDrivertransaction =
|
||||
"https://api.sefer.live/sefer/Admin/sendEmailToDrivertransaction.php";
|
||||
// "https://api.sefer.live/sefer/Admin/sendEmailToDrivertransaction.php";
|
||||
"https://api.sefer.click/sefer/Admin/sendEmailToDrivertransaction.php";
|
||||
// "https://api.sefer.click/sefer/Admin/sendEmailToDrivertransaction.php";
|
||||
// ===========================================
|
||||
static String pathImage = "$server/upload/types/";
|
||||
static String uploadImage = "$server/uploadImage.php";
|
||||
@@ -252,7 +253,7 @@ class AppLink {
|
||||
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";
|
||||
"https://server.sefer.click/sefer.click/sefer/ride/location/get_location_area_links.php";
|
||||
static String getLatestLocationPassenger =
|
||||
"$location/getLatestLocationPassenger.php";
|
||||
static String getFemalDriverLocationByPassenger =
|
||||
|
||||
0
lib/constant/notification.dart
Normal file → Executable file
0
lib/constant/notification.dart
Normal file → Executable file
0
lib/constant/style.dart
Normal file → Executable file
0
lib/constant/style.dart
Normal file → Executable file
0
lib/constant/table_names.dart
Normal file → Executable file
0
lib/constant/table_names.dart
Normal file → Executable file
Reference in New Issue
Block a user