Dynamic supabase queries

Integrations

At the dashboard of my project the user can click on a card and will navigate to a page. The problem is that the dashboard could have up to 50 cards, so is not good to create 50 pages. So I want to make one page and add dynamically everything in it.

The page that I need to navigate to has a list of items from supabase. Each card will correspond to a table.

My question is how is the best way to do this? Because if the dashboard ended up having 50 cards, I will have to do 50 "if else" to know from witch table it will be render at the page?

What have you tried so far?

I tried to look up online, but I only found how to make the navigate ti dynamic, this doesn't help, because I would have to create a lot of pages.

Thank you!

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