26-1-21/1

This commit is contained in:
Hamza-Ayed
2026-01-21 17:01:45 +03:00
parent 11dfe94bbb
commit 3e89e1f1f0
32 changed files with 101957 additions and 12193 deletions

View File

@@ -533,12 +533,12 @@ class MainBottomMenuMap extends StatelessWidget {
// else
Text(
controller.nearestCar != null
? 'Nearest Car: ${controller.nearestDistance.toStringAsFixed(0)} m'
: 'No cars nearby'.tr,
style: TextStyle(color: Colors.grey.shade600),
),
// Text(
// controller.nearestCar != null
// ? 'Nearest Car: ${controller.nearestDistance.toStringAsFixed(0)} m'
// : 'No cars nearby'.tr,
// style: TextStyle(color: Colors.grey.shade600),
// ),
],
),
],