added drawer

This commit is contained in:
Mohamed Nouffer
2023-07-11 12:11:41 +05:30
parent 0c0234ad3c
commit b3a9e35f76
3 changed files with 6 additions and 4 deletions

View File

@ -55,7 +55,7 @@ class DrawerPage extends StatelessWidget {
title: Text("logout".tr),
onTap: (){
indexController.logout();
Get.toNamed(AppPages.TRAVEL);
Get.toNamed(AppPages.LOGIN);
},
)
),