The .apk built by FlutterFlow works great on my device, see screenshot:
However, in Google Play the publishing was rejected multiple times and even after I made a few changes to verify consistency. Seems like no text is displayed in the entry page and the testers of Google Play can't interact with it and try to login. See example screenshot they provided with one of the rejections:
One of the rejections was titled "Version code 3: In-app experience: App loads, but not responsive", one was titled "Version code 4: In-app experience: Please see attached screenshot".
One thing worth mentioning is that I'm uploading the code to github and there I have another branch with a few changes that don't exist in FlutterFlow, however the .apk mentioned above that I used for local testing was built by FlutterFlow from this branch.
I don't know how to debug or solve this, need help ASAP to understand what could've gone wrong and finish the publishing.
Repo: https://github.com/giladresisi/the-one-lead-ff.git
FlutterFlow uploads to "flutterflow" branch and I'm building from "develop" branch.