12/24/1
This commit is contained in:
@@ -27,4 +27,9 @@ class AK {
|
||||
static final String chatGPTkeySeferNew = Env.chatGPTkeySeferNew;
|
||||
static final String serverPHP = Env.serverPHP;
|
||||
static final String llamaKey = Env.llamaKey;
|
||||
static final String cohere = Env.cohere;
|
||||
static final String claudeAiAPI = Env.claudeAiAPI;
|
||||
static final String payPalClientId = Env.payPalClientId;
|
||||
static final String payPalSecret = Env.payPalSecret;
|
||||
static final String geminiApi = Env.geminiApi;
|
||||
}
|
||||
|
||||
@@ -8,4 +8,6 @@ class AppColor {
|
||||
static const Color greenColor = Color(0xFF34A853); // Google Green
|
||||
static const Color blueColor = Color(0xFF4285F4); // Google Blue
|
||||
static const Color yellowColor = Color(0xFFFBBC05); // Google Yellow
|
||||
static Color deepPurpleAccent =
|
||||
const Color.fromARGB(255, 123, 76, 254).withOpacity(0.3); // Google Yellow
|
||||
}
|
||||
|
||||
@@ -4,6 +4,8 @@ class AppLink {
|
||||
static final String server = Env.serverPHP;
|
||||
static String googleMapsLink = 'https://maps.googleapis.com/maps/api/';
|
||||
static String llama = 'https://api.llama-api.com/chat/completions';
|
||||
static String gemini =
|
||||
'https://generativelanguage.googleapis.com/v1beta3/models/text-bison-001:generateText';
|
||||
|
||||
static String test = "$server/test.php";
|
||||
//===============firebase==========================
|
||||
@@ -153,4 +155,19 @@ class AppLink {
|
||||
static String deletecaptainAccounr = "$authCaptin/deletecaptainAccounr.php";
|
||||
static String updateAccountBank = "$authCaptin/updateAccountBank.php";
|
||||
static String getAccount = "$authCaptin/getAccount.php";
|
||||
|
||||
//===================Admin Captin============
|
||||
|
||||
static String getPassengerDetailsByPassengerID =
|
||||
"$server/Admin/getPassengerDetailsByPassengerID.php";
|
||||
static String getPassengerDetails = "$server/Admin/getPassengerDetails.php";
|
||||
static String getPassengerbyEmail = "$server/Admin/getPassengerbyEmail.php";
|
||||
static String addAdminUser = "$server/Admin/adminUser/add.php";
|
||||
static String getAdminUser = "$server/Admin/adminUser/get.php";
|
||||
static String getCaptainDetailsByEmailOrIDOrPhone =
|
||||
"$server/Admin/AdminCaptain/getCaptainDetailsByEmailOrIDOrPhone.php";
|
||||
static String getCaptainDetails = "$server/Admin/AdminCaptain/get.php";
|
||||
static String getRidesPerMonth =
|
||||
"$server/Admin/AdminRide/getRidesPerMonth.php";
|
||||
static String getRidesDetails = "$server/Admin/AdminRide/get.php";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user