This commit is contained in:
Hamza-Ayed
2024-12-17 00:41:00 +03:00
parent e0c242bd77
commit 8813b4dccd
10 changed files with 334 additions and 301 deletions

View File

@@ -137,11 +137,13 @@ class SearchingCaptainWindow extends StatelessWidget {
right: 0,
child: Container(
decoration: AppStyle.boxDecoration1,
height: Get.height * .2,
height: Get.height * .25,
child: Column(
mainAxisAlignment: MainAxisAlignment.spaceAround,
// Use Stack for overlapping widgets
children: [
// Text elements
SizedBox(
width: Get.width * .7,
child: const LinearProgressIndicator(
@@ -151,9 +153,13 @@ class SearchingCaptainWindow extends StatelessWidget {
),
),
Text(
"We are searching for the nearest driver to you".tr,
mapPassengerController.driversStatusForSearchWindow,
style: AppStyle.title,
),
// Text(
// "We are searching for the nearest driver to you".tr,
// style: AppStyle.title,
// ),
Text(
'please wait till driver accept your order'.tr,
style: AppStyle.title,