Initial commit for Tripz Service

This commit is contained in:
Hamza-Ayed
2026-01-21 17:36:55 +03:00
parent 3a993cc1ba
commit 14200d657f
7 changed files with 10 additions and 17 deletions

View File

@@ -53,11 +53,10 @@ class DriverTheBest extends StatelessWidget {
.toStringAsFixed(0),
),
),
title: Text(EncryptionHelper.instance
.decryptData(driver['name_arabic']) ??
title: Text((driver['name_arabic']) ??
'Unknown Name'),
subtitle: Text(
'Phone: ${EncryptionHelper.instance.decryptData(driver['phone']) ?? 'N/A'}'),
'Phone: ${(driver['phone']) ?? 'N/A'}'),
trailing: IconButton(
onPressed: () async {
// Get.defaultDialog(