Image is showing white in Dynamic Components

I have made a dynamic cardview using Dynamic Component extention. Inside dynamic cardview, Image is showing as white… Help me to solve this issue…

Blocks:-

Result:-

I have copied same blocks and pasted them into a new project.its working fine…

New project result:-

(I have Changed Text inputs)

Where is your icon variable?Also, why you use a vertical arrangement instead of an image.

2 Likes

Is the image url or from assets
And

2 Likes

Maybe you didn’t update the extension

3 Likes

Image URL. Image component also not working. Thats why i used VerticalArrangement instead of Image component.

I have been using latest version of extention.

1 Like

How you were loading images.
( using which component / blocks )

Try using this -

Thats why i used arragement. I have contacted wih @Vishwas few days ago and he also confirmed …

You didn’t answer me what’s your image url?

it looks good.Try to use image and load images from urls in it using:

I tried as you said still same result…

Copy Everything in a New Project and Use / Try That.

Tried its even working in new project without image loader extention

Then use that Project .aia leave the older one.

Are you using firebase To get image URL? If yes then you shouId replace all double quotations and backslashes to empty string.

Yes. Firbase is using…

List of image url printed on a label

Its risky. Because i have Worked lot on That Projects UI

Printed result is a list

1 Like

I know. I have used for each loop for to select each item in procedure call…
I just printed to know is it recieving or not…