I'm having a similar issue. At random, my app's ListView does not show its items fully. Switching to a different tab in the TabbedContainer occasionally fixes it, but it still happens about 50% of the time.
What it looks like half of the time (desired):
What it looks like the other half of the time (undesired):
I have the max height set to 100vh. I tried changing from list to grid and changing all of the margin and padding, but nothing has fixed it.
This issue doesn't show while I'm editing the app, only when I view it in the public link.