From 79afb2e968e57427be9af2090c5fa351bf4e863d Mon Sep 17 00:00:00 2001 From: jantunesmesias Date: Thu, 22 Aug 2024 09:54:01 -0300 Subject: [PATCH] WIP --- .../local_profile_component_widget.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/components/organism_components/local_profile_component/local_profile_component_widget.dart b/lib/components/organism_components/local_profile_component/local_profile_component_widget.dart index ead9e6b8..7fa0c3f5 100644 --- a/lib/components/organism_components/local_profile_component/local_profile_component_widget.dart +++ b/lib/components/organism_components/local_profile_component/local_profile_component_widget.dart @@ -96,8 +96,9 @@ class _LocalProfileComponentWidgetState child: ClipRRect( borderRadius: BorderRadius.circular(200.0), child: CachedNetworkImage( - imageUrl: + imageUrl: valueOrDefault( 'https://freaccess.com.br/freaccess/Images/Clients/${AppState().cliUUID}.png', + 'assets/images/error_image.svg'), width: 80.0, height: 80.0, fit: BoxFit.cover,