fitur petugas

This commit is contained in:
Andreas Malvino
2025-06-22 09:25:58 +07:00
parent c4dd4fdfa2
commit 8284c93aa5
48 changed files with 8688 additions and 3436 deletions

View File

@ -291,34 +291,6 @@ class AppDrawer extends StatelessWidget {
),
// Settings Items
_buildDrawerItem(
icon: Icons.info_outline_rounded,
title: 'Tentang Aplikasi',
subtitle: 'Informasi dan bantuan',
showTrailing: false,
onTap: () {
Navigator.pop(context);
// Show about dialog
showAboutDialog(
context: context,
applicationName: 'BumRent App',
applicationVersion: '1.0.0',
applicationIcon: ClipRRect(
borderRadius: BorderRadius.circular(8),
child: Image.asset(
'assets/images/logo.png',
width: 40,
height: 40,
),
),
children: [
const Text(
'Aplikasi penyewaan dan berlangganan aset milik BUMDes untuk warga desa.',
),
],
);
},
),
_buildDrawerItem(
icon: Icons.logout_rounded,
title: 'Keluar',