Update: 2026-08-02 17:52:28
This commit is contained in:
@@ -21,6 +21,19 @@ class AppLink {
|
||||
|
||||
static const String appDomain = 'siromove.com';
|
||||
|
||||
// ── روابط متجر تطبيق السائق (سيرو كابتن) ────────────────────────────────
|
||||
// تُستخدم في كل رسائل مشاركة/دعوة السائقين.
|
||||
static const String driverAppStoreIOS =
|
||||
'https://apps.apple.com/jo/app/id6785282536';
|
||||
|
||||
static const String driverAppStoreAndroid =
|
||||
'https://play.google.com/store/apps/details?id=com.siro.siro_driver';
|
||||
|
||||
/// سطرا التحميل الجاهزان للإلصاق في نص المشاركة — نرسل الرابطين معاً
|
||||
/// لأننا لا نعرف نظام تشغيل المستلم عند مشاركة نص عبر واتساب.
|
||||
static String get driverDownloadLinks =>
|
||||
'📱 Android: $driverAppStoreAndroid\n🍏 iPhone: $driverAppStoreIOS';
|
||||
|
||||
static String get inviteRedirectUrl {
|
||||
if (currentCountry == 'Syria') {
|
||||
return "https://siromove.com/inviteSyria.php";
|
||||
|
||||
Reference in New Issue
Block a user