This commit is contained in:
Hamza Aleghwairyeen
2024-04-12 03:13:24 +03:00
parent 40ec1a5362
commit a84a304c72
7 changed files with 92 additions and 46 deletions

View File

@@ -76,7 +76,7 @@ class MapDriverController extends GetxController {
bool isRideFinished = false;
bool isRideStarted = false;
bool isPriceWindow = false;
double passengerInfoWindowHeight = Get.height * .4;
double passengerInfoWindowHeight = Get.height * .35;
double driverEndPage = 100;
double progress = 0;
double progressToPassenger = 0;
@@ -880,8 +880,8 @@ class MapDriverController extends GetxController {
? (
await getMapDestination(step0, step1),
await getMapDestination(step1, step2),
await getMapDestination(step2, step3),
await getMapDestination(step3, step4),
step3 == '' ? await getMapDestination(step2, step3) : () {},
step4 == '' ? await getMapDestination(step3, step4) : () {},
)
: await getMapDestination(passengerLocation, passengerDestination);
addCustomCarIcon();