Naceja
 · @naceja

Image with url coming from backend and upload

Widgets & Design

I'm building a user profile page, and I have an image widget to present the user's avatar (coming from the backend url) this being an Image Path type.

I have a button next to it that when pressed will prompt the user to send an image, when sending this image it should be loaded in this widget with type Network (Image Path), but it seems that I can't associate this type of value.

This should be possible?!, if not, how could I proceed with this idea? Use a Conditional Builder and present the image with Image Path before it press the upload button and when sending show the image widget with upload media type?

Captura de tela 2024-05-19 225849.png
69.15KB
What have you tried so far?

I had the idea of a ConditionalBuilder and creating a function that converts FFUploadFile to ImagePath (I didn't succeed), so I decided to ask the community, I don't know if this is a bug, or it wasn't something thought of or there is a specific way to do it :(

Did you check FlutterFlow's Documentation for this topic?
Yes
1
1 reply