File tree Expand file tree Collapse file tree 11 files changed +59
-0
lines changed
ios/Runner/Assets.xcassets/LaunchBackground.imageset Expand file tree Collapse file tree 11 files changed +59
-0
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <resources >
3+ <!-- Theme applied to the Android Window while the process is starting when the OS's Dark Mode setting is on -->
4+ <style name =" LaunchTheme" parent =" @android:style/Theme.Black.NoTitleBar" >
5+ <item name =" android:forceDarkAllowed" >false</item >
6+ <item name =" android:windowFullscreen" >false</item >
7+ <item name =" android:windowDrawsSystemBarBackgrounds" >false</item >
8+ <item name =" android:windowLayoutInDisplayCutoutMode" >shortEdges</item >
9+ </style >
10+ <!-- Theme applied to the Android Window as soon as the process has started.
11+ This theme determines the color of the Android Window while your
12+ Flutter UI initializes, as well as behind your Flutter UI while its
13+ running.
14+
15+ This Theme is only used starting with V2 of Flutter's Android embedding. -->
16+ <style name =" NormalTheme" parent =" @android:style/Theme.Black.NoTitleBar" >
17+ <item name =" android:windowBackground" >?android:colorBackground</item >
18+ </style >
19+ </resources >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <resources >
3+ <!-- Theme applied to the Android Window while the process is starting when the OS's Dark Mode setting is off -->
4+ <style name =" LaunchTheme" parent =" @android:style/Theme.Light.NoTitleBar" >
5+ <item name =" android:forceDarkAllowed" >false</item >
6+ <item name =" android:windowFullscreen" >false</item >
7+ <item name =" android:windowDrawsSystemBarBackgrounds" >false</item >
8+ <item name =" android:windowLayoutInDisplayCutoutMode" >shortEdges</item >
9+ </style >
10+ <!-- Theme applied to the Android Window as soon as the process has started.
11+ This theme determines the color of the Android Window while your
12+ Flutter UI initializes, as well as behind your Flutter UI while its
13+ running.
14+
15+ This Theme is only used starting with V2 of Flutter's Android embedding. -->
16+ <style name =" NormalTheme" parent =" @android:style/Theme.Light.NoTitleBar" >
17+ <item name =" android:windowBackground" >?android:colorBackground</item >
18+ </style >
19+ </resources >
Original file line number Diff line number Diff line change 1+ {
2+ "images" : [
3+ {
4+ "filename" : " background.png" ,
5+ "idiom" : " universal" ,
6+ "scale" : " 1x"
7+ },
8+ {
9+ "idiom" : " universal" ,
10+ "scale" : " 2x"
11+ },
12+ {
13+ "idiom" : " universal" ,
14+ "scale" : " 3x"
15+ }
16+ ],
17+ "info" : {
18+ "author" : " xcode" ,
19+ "version" : 1
20+ }
21+ }
You can’t perform that action at this time.
0 commit comments