Add this line <item name="android:windowLayoutInDisplayCutoutMode">shortEdges</item>
in android\app\src\main\res\values\styles.xml
and in flutter main.dart use SystemChrome.setEnabledSystemUIMode(SystemUiMode.immersiveSticky);
before run app.