Hey everyone! I'm running into a frustrating layout issue in FlutterFlow and could use some help.
On my HomePage, only my very first Row (which contains 3 buttons in containers) shows up when I run Test Mode. ( I have 2 row)
My second row was initially a ListView connected to the database, but thinking that was the issue, I simplified things: I even tried copying and pasting the working first Row directly, or adding a second Row with just a simple static Text widget.
Even with the exact same copied parameters or basic widgets, the second row completely disappears in Test Mode. Strangely, everything looks totally fine and renders correctly in the editor preview.
Has anyone encountered this behavior before where anything past the first row refuses to render in Test Mode? Thanks in advance!