I’ve built an app using FlutterFlow, and I'm running into a strange issue:
I have a page named "History" that uses ListView to display dynamic data from an API.
The page works perfectly in Test Mode (inside FlutterFlow).
But in the installed APK (on Android device), the History page shows only a grey screen — no content, no error.