added goal feature

This commit is contained in:
Mohamed Nouffer
2022-10-12 21:46:17 +05:30
parent 0470e1f27f
commit 8e30ee6ba7
29 changed files with 876 additions and 481 deletions

View File

@ -62,7 +62,9 @@ class DrawerPage extends StatelessWidget {
ListTile(
leading: const Icon(Icons.password),
title: Text("change_password".tr),
onTap: (){},
onTap: (){
Get.toNamed(AppPages.CHANGE_PASSWORD);
},
) :
Container(width: 0, height: 0,),
indexController.currentUser.length == 0 ?