Friend list

This commit is contained in:
2024-05-23 21:12:47 +08:00
parent 05f88fe3f3
commit d98d167f4c
8 changed files with 315 additions and 1 deletions

View File

@ -8,6 +8,11 @@ abstract class AppNavigation {
label: 'social'.tr,
page: 'social',
),
AppNavigationDestination(
icon: const Icon(Icons.contacts),
label: 'contact'.tr,
page: 'contact',
),
AppNavigationDestination(
icon: const Icon(Icons.account_circle),
label: 'account'.tr,