6/8/1
This commit is contained in:
@@ -76,7 +76,7 @@ class MapDriverController extends GetxController {
|
||||
bool isRideFinished = false;
|
||||
bool isRideStarted = false;
|
||||
bool isPriceWindow = false;
|
||||
double passengerInfoWindowHeight = Get.height * .35;
|
||||
double passengerInfoWindowHeight = Get.height * .38;
|
||||
double driverEndPage = 100;
|
||||
double progress = 0;
|
||||
double progressToPassenger = 0;
|
||||
|
||||
@@ -4,8 +4,9 @@ class MyTranslation extends Translations {
|
||||
@override
|
||||
Map<String, Map<String, String>> get keys => {
|
||||
"ar": {
|
||||
"No data yet!": "ccc",
|
||||
"fromBudget": "من الميزانية",
|
||||
"You must restart the app to change the language.":
|
||||
"You must restart the app to change the language.":
|
||||
"يجب إعادة تشغيل التطبيق لتغيير اللغة",
|
||||
"hours before trying again.": "ساعة قبل المحاولة مرة أخرى",
|
||||
"Transaction failed": "فشل المعاملة",
|
||||
|
||||
Reference in New Issue
Block a user