Superbase image upload followed by listviw display.

Database & APIs

So users can select and upload an image to a supabase storage bucket and add data to a supabase table.

My table schema has a row for an image url.

How can I pass the uploaded supabase bucket image url to the same row into table with the other data to allow the listview to display all the data.

Currently listview shows the user data from table but the url is only in the storage bucket of supabase so image does not populate.

What have you tried so far?

Looked for tutorials

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