iiitv / DonorConnect-Debugathon

MIT License
0 stars 4 forks source link

[Bug]: Implement Logout Functionality Using Cubit's State Management (profile_screen.dart) #3

Open PadmnabhTewari opened 1 week ago

PadmnabhTewari commented 1 week ago

Describe the bug

The logout button in the Profile Screen in Appbar is not working currently kindly fix it.

Expected behavior

Implementing this feature will allow users to log out of the application properly, enhancing user control and session management. Implement the onPressed method to call the signOut function from AuthCubit and manage the logout state.Also,ensure that any state changes or navigation logic associated with signing out is handled smoothly.