I’m facing a somewhat unclear issue in my FlutterFlow project. On the following screen, there’s a bottom sheet with a conditional builder that determines which type of exercise category will be added:
On this second screen, when I click to change the number of sets, everything works perfectly on the WEB, but in the Flutter APK, the screen goes completely gray.
Not to mention that when I change the responsiveness dimensions of the browser, the screen of this second bottom sheet also turns gray. Does anyone have an idea why this is happening?