add dashboard to phone app

This commit is contained in:
root
2026-05-25 05:10:43 -04:00
parent d04c8ce437
commit 277db06d26
67 changed files with 7872 additions and 570 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ class VehicleCard extends StatelessWidget {
const Icon(Icons.attach_money,
size: 16, color: Color(0xFF1A56DB)),
Text(
'${vehicle.dailyRate.toStringAsFixed(0)}/day',
'\$${(vehicle.dailyRate / 100).toStringAsFixed(0)}/day',
style: const TextStyle(
fontWeight: FontWeight.w600,
color: Color(0xFF1A56DB),