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);
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user