IA Funcinonal

This commit is contained in:
Carlos Correia
2026-05-21 11:53:35 +01:00
parent 9999011cfd
commit 967584f083
10 changed files with 482 additions and 382 deletions

View File

@@ -214,7 +214,7 @@ class _PerfilScreenState extends State<PerfilScreen> {
? Image.network(
_avatarUrl!,
fit: BoxFit.cover,
errorBuilder: (_, __, ___) => Container(
errorBuilder: (_, _, _) => Container(
color: AppColors.surface,
child: const Icon(
Icons.person_rounded,