10/11/1
This commit is contained in:
@@ -10,7 +10,8 @@ class BoxName {
|
||||
static const String bodyOrder = "bodyOrder";
|
||||
static const String gender = "gender";
|
||||
static const String phoneWallet = "phoneWallet";
|
||||
static const String IsSavedPhones = "IsSavedPhones";
|
||||
static const String isSavedPhones = "IsSavedPhones";
|
||||
static const String isTest = "isTest";
|
||||
static const String carType = "carType";
|
||||
static const String carTypeOfDriver = "carTypeOfDriver";
|
||||
static const String isFirstTime = "isFirstTime";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
class AppInformation {
|
||||
static const String companyName = 'SEFER LLC';
|
||||
static const String appName = 'SEFER';
|
||||
static const String appName = 'SEFER DRIVER';
|
||||
static const String appVersion = 'SEFER Captain';
|
||||
static const String phoneNumber = '962798583052';
|
||||
static const String linkedInProfile =
|
||||
|
||||
@@ -148,6 +148,8 @@ class AppLink {
|
||||
static String deleteApiKey = "$ride/apiKey/delete.php";
|
||||
static String checkPhoneNumberISVerfiedDriver =
|
||||
"$auth/checkPhoneNumberISVerfiedDriver.php";
|
||||
static String getTesterApp = "$auth/Tester/getTesterApp.php";
|
||||
static String updateTesterApp = "$auth/Tester/updateTesterApp.php";
|
||||
|
||||
//-----------------healthInsuranceProvider------------------
|
||||
static String addHealthInsuranceProvider = "$server/driver_assurance/add.php";
|
||||
|
||||
Reference in New Issue
Block a user