Closed julianuziemblo closed 1 month ago
This is most probably due to the fact that it isn't the Image
widget who's loading the provided image (in file:
lib/components/utility/image_with_overlay.dart:40
) - it's the imageBuilder
, which doesn't have its loadingBuilder
and errorBuilder
methods defined! 😅
SwipeableCard
widget doesn't display anything (as shown below) when it loads and when it fails to load the image. This should be replaced with it displaying theRaProgressIndicator
in loading state and the default RA image (defaultMedia.png
) in error state.