25-1/29/1

This commit is contained in:
Hamza-Ayed
2025-01-29 13:24:29 +03:00
parent f217b5a34f
commit b00fa8b903
60 changed files with 1031 additions and 1027 deletions

View File

@@ -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'