feat: Implement About Us and Agent Home screens, update routing, and add new assets and plugins.

This commit is contained in:
pradeepkumar
2026-03-08 12:15:15 +05:30
parent 219acfc013
commit b4d22df8ba
17 changed files with 2795 additions and 112 deletions

View File

@@ -148,7 +148,10 @@ class _MenuDrawer extends ConsumerWidget {
context,
icon: Icons.info_outline,
label: 'About Us',
onTap: () => Navigator.pop(context),
onTap: () {
Navigator.pop(context);
context.push('/about');
},
),
_buildMenuItem(
context,