feat: Implement Google Sign-In functionality and update user profile management
This commit is contained in:
@@ -47,8 +47,9 @@ class ProfileContent extends StatelessWidget {
|
||||
radius: 40,
|
||||
backgroundColor: Theme.of(context).colorScheme.primary,
|
||||
child: Text(
|
||||
user.prenom[0].toUpperCase() +
|
||||
user.nom[0].toUpperCase(),
|
||||
user.prenom.isNotEmpty
|
||||
? user.prenom[0].toUpperCase()
|
||||
: 'U',
|
||||
style: TextStyle(
|
||||
fontSize: 24,
|
||||
fontWeight: FontWeight.bold,
|
||||
|
||||
Reference in New Issue
Block a user