windowLayoutInDisplayCutoutMode shortEdges

This commit is contained in:
kodjodevf 2023-04-04 20:07:27 +01:00
parent 22db1435db
commit 7a2d8ecbd4
2 changed files with 3 additions and 1 deletions

View file

@ -5,6 +5,9 @@
<!-- Show a splash screen on the activity. Automatically removed when
the Flutter engine draws its first frame -->
<item name="android:windowBackground">@drawable/launch_background</item>
<item name="android:forceDarkAllowed">false</item>
<item name="android:windowFullscreen">false</item>
<item name="android:windowLayoutInDisplayCutoutMode">shortEdges</item>
</style>
<!-- Theme applied to the Android Window as soon as the process has started.
This theme determines the color of the Android Window while your

View file

@ -32,7 +32,6 @@ dependencies:
sdk: flutter
go_router: ^6.5.2
flutter_riverpod: ^2.3.2
hidable: ^1.0.3
cached_network_image: ^3.2.3
hive_flutter: ^1.1.0
hive_generator: ^2.0.0