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!