step 7 : login, logout (bug disconnect), home screen top info user login

This commit is contained in:
sindhu
2024-01-25 14:17:50 +07:00
parent aa22053180
commit b772e74e17
16 changed files with 731 additions and 73 deletions

View File

@@ -10,4 +10,6 @@ final googleSignInProvider = StateProvider<GoogleSignIn>((ref) {
);
});
final currentUserProvider = StateProvider<GoogleSignInAccount?>((ref) => null);
final currentUserGoogleProvider = StateProvider<GoogleSignInAccount?>((ref) => null);
final isNotifyFromLogout = StateProvider<bool>((ref) => false);