This commit is contained in:
Hamza-Ayed
2024-08-18 00:39:06 +03:00
parent 9f93c88b4d
commit 63cdd871a8
2 changed files with 11 additions and 2 deletions

View File

@@ -11,6 +11,7 @@ class BoxName {
static const String arrivalTime = "arrivalTime";
static const String passwordDriver = "passwordDriver";
static const String agreeTerms = "agreeTerms";
static const String serverChosen = "serverChosen";
static const String addWork = 'addWork';
static const String addHome = 'addHome';
static const String tipPercentage = 'tipPercentage';

View File

@@ -1,8 +1,16 @@
import '../env/env.dart';
import '../main.dart';
import 'box_name.dart';
class AppLink {
// static const String server = 'https://globalsefer.online/sefer/';
static final String server = Env.serverPHP;
// static final String seferPaymentServer = Env.seferPaymentServer;
static final String seferPaymentServer = '${Env.seferCairoServer}/ride';
static final String seferAlexandriaServer = Env.seferAlexandriaServer;
static final String seferCairoServer = Env.seferCairoServer;
static final String seferGizaServer = Env.seferGizaServer;
static final String endPoint = box.read(BoxName.serverChosen);
static final String server = Env.seferCairoServer;
static String googleMapsLink = 'https://maps.googleapis.com/maps/api/';
static String llama = 'https://api.llama-api.com/chat/completions';
static String gemini =