semua fitur selesai

This commit is contained in:
Andreas Malvino
2025-06-30 15:22:38 +07:00
parent 8284c93aa5
commit 0423c2fdf9
54 changed files with 11844 additions and 3143 deletions

View File

@ -148,7 +148,7 @@ class WargaDashboardView extends GetView<WargaDashboardController> {
// Define services - removed Langganan and Pengaduan
final services = [
{
'title': 'Sewa',
'title': 'Aset Tunggal',
'icon': Icons.home_work_outlined,
'color': const Color(0xFF4CAF50),
'route': () => controller.navigateToRentals(),
@ -168,7 +168,7 @@ class WargaDashboardView extends GetView<WargaDashboardController> {
Padding(
padding: const EdgeInsets.fromLTRB(20, 10, 20, 10),
child: Text(
'Layanan',
'Layanan Sewa',
style: TextStyle(
fontSize: 18,
fontWeight: FontWeight.bold,