8/17/1
This commit is contained in:
@@ -11,6 +11,7 @@ class BoxName {
|
|||||||
static const String arrivalTime = "arrivalTime";
|
static const String arrivalTime = "arrivalTime";
|
||||||
static const String passwordDriver = "passwordDriver";
|
static const String passwordDriver = "passwordDriver";
|
||||||
static const String agreeTerms = "agreeTerms";
|
static const String agreeTerms = "agreeTerms";
|
||||||
|
static const String serverChosen = "serverChosen";
|
||||||
static const String addWork = 'addWork';
|
static const String addWork = 'addWork';
|
||||||
static const String addHome = 'addHome';
|
static const String addHome = 'addHome';
|
||||||
static const String tipPercentage = 'tipPercentage';
|
static const String tipPercentage = 'tipPercentage';
|
||||||
|
|||||||
@@ -1,8 +1,16 @@
|
|||||||
import '../env/env.dart';
|
import '../env/env.dart';
|
||||||
|
import '../main.dart';
|
||||||
|
import 'box_name.dart';
|
||||||
|
|
||||||
class AppLink {
|
class AppLink {
|
||||||
// static const String server = 'https://globalsefer.online/sefer/';
|
// static final String seferPaymentServer = Env.seferPaymentServer;
|
||||||
static final String server = Env.serverPHP;
|
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 googleMapsLink = 'https://maps.googleapis.com/maps/api/';
|
||||||
static String llama = 'https://api.llama-api.com/chat/completions';
|
static String llama = 'https://api.llama-api.com/chat/completions';
|
||||||
static String gemini =
|
static String gemini =
|
||||||
|
|||||||
Reference in New Issue
Block a user