http client class safeApiCall error state handle

This commit is contained in:
2024-08-13 12:32:40 +05:30
parent 5889717efe
commit cd83375b98
8 changed files with 68 additions and 42 deletions

View File

@@ -36,10 +36,10 @@ class _CustomDrawerState extends State<CustomDrawer> {
Center(
child: GestureDetector(
onTap: () {
drawerController.selectedIndex.value = -1;
Navigator.pop(context);
Navigator.pushNamed(
context, CustomRouteNames.kViewProfileScreenRoute);
// drawerController.selectedIndex.value = -1;
// Navigator.pop(context);
// Navigator.pushNamed(
// context, CustomRouteNames.kViewProfileScreenRoute);
},
child: Obx(() {
return MyCircleImage(