File tree Expand file tree Collapse file tree 7 files changed +62
-0
lines changed
Runner.xcodeproj/project.xcworkspace/xcshareddata
Runner.xcworkspace/xcshareddata Expand file tree Collapse file tree 7 files changed +62
-0
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <!-- Modify this file to customize your launch splash screen -->
3+ <layer-list xmlns : android =" http://schemas.android.com/apk/res/android" >
4+ <item android : drawable =" ?android:colorBackground" />
5+
6+ <!-- You can insert your own image assets here -->
7+ <!-- <item>
8+ <bitmap
9+ android:gravity="center"
10+ android:src="@mipmap/launch_image" />
11+ </item> -->
12+ </layer-list >
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+ <!-- Show a splash screen on the activity. Automatically removed when
6+ Flutter draws its first frame -->
7+ <item name =" android:windowBackground" >@drawable/launch_background</item >
8+ </style >
9+ <!-- Theme applied to the Android Window as soon as the process has started.
10+ This theme determines the color of the Android Window while your
11+ Flutter UI initializes, as well as behind your Flutter UI while its
12+ running.
13+
14+ This Theme is only used starting with V2 of Flutter's Android embedding. -->
15+ <style name =" NormalTheme" parent =" @android:style/Theme.Black.NoTitleBar" >
16+ <item name =" android:windowBackground" >?android:colorBackground</item >
17+ </style >
18+ </resources >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+ <plist version =" 1.0" >
4+ <dict >
5+ <key >IDEDidComputeMac32BitWarning </key >
6+ <true />
7+ </dict >
8+ </plist >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+ <plist version =" 1.0" >
4+ <dict >
5+ <key >PreviewsEnabled</key >
6+ <false />
7+ </dict >
8+ </plist >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+ <plist version =" 1.0" >
4+ <dict >
5+ <key >IDEDidComputeMac32BitWarning </key >
6+ <true />
7+ </dict >
8+ </plist >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+ <plist version =" 1.0" >
4+ <dict >
5+ <key >PreviewsEnabled</key >
6+ <false />
7+ </dict >
8+ </plist >
You canβt perform that action at this time.
0 commit comments