25-1/29/1
This commit is contained in:
@@ -2889,7 +2889,7 @@ class MapPassengerController extends GetxController {
|
||||
style: AppStyle.title,
|
||||
),
|
||||
Text(
|
||||
"Send SPEED app to him".tr,
|
||||
"Send Tripz app to him".tr,
|
||||
style: AppStyle.title.copyWith(color: AppColor.greenColor),
|
||||
)
|
||||
],
|
||||
@@ -2903,7 +2903,7 @@ class MapPassengerController extends GetxController {
|
||||
: '+962${box.read(BoxName.sosPhonePassenger)}';
|
||||
var message = '''Dear ,
|
||||
|
||||
🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the SPEED app. It will allow you to view my trip details and my latest location.
|
||||
🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Tripz app. It will allow you to view my trip details and my latest location.
|
||||
|
||||
👉 Download link:
|
||||
Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]
|
||||
@@ -2911,7 +2911,7 @@ class MapPassengerController extends GetxController {
|
||||
|
||||
I look forward to keeping you close during my adventure!
|
||||
|
||||
SPEED ,'''
|
||||
Tripz ,'''
|
||||
.tr;
|
||||
launchCommunication('whatsapp', phone, message);
|
||||
}),
|
||||
|
||||
@@ -39,9 +39,9 @@ class InviteController extends GetxController {
|
||||
Future<void> shareDriverCode() async {
|
||||
if (driverCouponCode != null) {
|
||||
final String shareText = '''
|
||||
Join SWIFTI as a driver using my referral code!
|
||||
Join Tripz as a driver using my referral code!
|
||||
Use code: $driverCouponCode
|
||||
Download the SWIFTI Driver app now and earn rewards!
|
||||
Download the Tripz Driver app now and earn rewards!
|
||||
''';
|
||||
await Share.share(shareText);
|
||||
}
|
||||
@@ -50,9 +50,9 @@ Download the SWIFTI Driver app now and earn rewards!
|
||||
Future<void> sharePassengerCode() async {
|
||||
if (couponCode != null) {
|
||||
final String shareText = '''
|
||||
Get a discount on your first SWIFTI ride!
|
||||
Get a discount on your first Tripz ride!
|
||||
Use my referral code: $couponCode
|
||||
Download the SWIFTI app now and enjoy your ride!
|
||||
Download the Tripz app now and enjoy your ride!
|
||||
''';
|
||||
await Share.share(shareText);
|
||||
}
|
||||
@@ -277,7 +277,7 @@ Download the SWIFTI app now and enjoy your ride!
|
||||
var d = response;
|
||||
Get.snackbar('Success', 'Invite sent successfully'.tr);
|
||||
|
||||
String message = '${'*SWIFTI APP CODE*'.tr}\n\n'
|
||||
String message = '${'*Tripz APP CODE*'.tr}\n\n'
|
||||
'${"Use this code in registration".tr}\n'
|
||||
'${"To get a gift for both".tr}\n\n'
|
||||
'${"The period of this code is 1 hour".tr}\n\n'
|
||||
|
||||
Reference in New Issue
Block a user