Description
Can we access your project?
- I give permission for members of the FlutterFlow team to access and test my project for the sole purpose of investigating this issue.
Current Behavior
I have created a bottom sheet and I want it to respect the bottom safe area of the devices (Android/iOS) but the issue is even if I provide the Safe Area option while opening the bottom sheet it does not respect the safe area of the device and the pixels overflow at the bottom.
But if you see the button is at the bottom and it respects the safe area
Expected Behavior
The bottom sheets should respect the safe area at the bottom on iOS devices as well as on Android devices.
Steps to Reproduce
- Create a new page
- Create a new component without any bottom padding (and add anything Text/Image)
- Create a button on the page and create the action to show the bottom sheet (And toggle the safe area option)
Reproducible from Blank
- The steps to reproduce above start from a blank project.
Bug Report Code (Required)
IT4wz/Hqx89goflF1s7cavlVnj4vIjo4R+cRke5+Qis9f5CvOpYUec/6PlhVXs/nY3NieWacp14ywfzrv/H9DcA3ISiCQNlcypZcZBbwXk+hVr2TF7u0dEBDINJVFXah5revpiUkLvdvLXgs2Wb7e+/LfC7UJufoC1Q8Sq/LZO4=
Visual documentation
Environment
- FlutterFlow version: v5.3.7 released April 1, 2025
- Platform: MacOS
- Browser name and version: N/A
- Operating system and version affected: iOS
Additional Information
This issue can complicate the user experience while building mobile apps because all the devices don't have the same bottom safe area, then we may need to create different paddings dealing with poor UX experiences for some devices.