This commit is contained in:
Hamza Aleghwairyeen
2024-04-07 01:29:54 +03:00
parent c6b0bf2645
commit 5624cb9a2f
10 changed files with 72 additions and 26 deletions

View File

@@ -484,6 +484,11 @@ class MyTranslation extends Translations {
"Please help! Contact me as soon as possible.":
"الرجاء المساعدة! اتصل بي في أقرب وقت ممكن.",
'Share Trip Details': "مشاركة تفاصيل الرحلة",
'Car Plate is ': '‏رقم اللوحة',
'the 300 points equal 30 L.E for you \nSo go and gain your money':
'اربح 30 جنيه ! كل 300 نقطة تمنحك 30 جنيه. اذهب واستفد من نقاطك!',
'the 300 points equal 30 L.E':
'الـ 300 نقطة تساوي 30 جنيه بالنسبة لك ',
'No ride found yet': '‏لا يوجد طلبات متوفرة حاليا',
'Accept Order': "‏اقبل الطلب",
'reject your order.': "رفض طلبك.",

View File

@@ -75,6 +75,7 @@ class CaptainProfileController extends GetxController {
box.write(BoxName.vin, d['message']['vin']);
box.write(BoxName.color, d['message']['color']);
box.write(BoxName.model, d['message']['model']);
box.write(BoxName.carPlate, d['message']['car_plate']);
box.write(BoxName.make, d['message']['make']);
box.write(BoxName.year, d['message']['year']);
box.write(BoxName.expirationDate, d['message']['expiration_date']);
@@ -87,7 +88,7 @@ class CaptainProfileController extends GetxController {
@override
void onInit() {
// if (box.read(BoxName.dobDriver) == null) {
getProfileData();
getProfileData();
// }
super.onInit();