Expandable widget with database

Database & APIs

Hi All! I have a database, "Tours" that has a field name "tourName" List <String> and "dayItinerary" Data (day1) -> it uses a DataType to get the data.

I'm trying to use an expandable widget, but I have to generate dynamic children to get the right amount of widgets for it, but when I do that, I can't use any other data. The "Day 1", "Day2", "Day 3", etc... is dependent on how many hotelsperNight I have. LMK if anyone has any ideas on how to structure my database!

What have you tried so far?

I've tried restructuring my database, but it won't work.

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