androidflutterdartsamsung-mobile

Samsung One UI 7 System UI overlays Flutter App


A customer has updated their Samsung S24 Ultra to these versions:

One UI-Version: 7.0 Android-Version: 15

after this update the Samsung system UI is displayed over the flutter app. Bevore the update it worked fine.

UI over flutter app

This is how my widget tree looks:

Widget Tree

Shouldn't the SafeArea handle this?


Solution

  • I had to put the SafeArea-Widget around the DefaultTabController-Widget and then it worked.