This commit is contained in:
Hamza-Ayed
2023-09-27 18:30:21 +03:00
parent 7290e5ecc7
commit 5ca5d91cc9
21 changed files with 414 additions and 189 deletions

View File

@@ -30,7 +30,7 @@ class DriverTimeArrivePassengerPage extends StatelessWidget {
child: Column(
children: [
Text(
controller.duratioByPassenger.toString() +
controller.durationByPassenger.toString() +
' to arrive you.'.tr,
style: AppStyle.title,
),