17 changed files with 126 additions and 92 deletions
Unified View
Diff Options
-
3android/app/src/main/res/drawable-v21/launch_background.xml
-
3android/app/src/main/res/drawable/launch_background.xml
-
4android/app/src/main/res/values-night/styles.xml
-
4android/app/src/main/res/values/styles.xml
-
BINassets/images/splash.png
-
2flutter_native_splash.yaml
-
21ios/Runner/Assets.xcassets/LaunchBackground.imageset/Contents.json
-
BINios/Runner/Assets.xcassets/LaunchBackground.imageset/background.png
-
10ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json
-
BINios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png
-
BINios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png
-
BINios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png
-
15ios/Runner/Base.lproj/LaunchScreen.storyboard
-
118ios/Runner/Info.plist
-
35lib/controller/setting/spread_controller.dart
-
1lib/generated/assets.dart
-
2lib/model/mine/chat_static_data.dart
@ -1,7 +1,6 @@ |
|||||
<?xml version="1.0" encoding="utf-8"?> |
<?xml version="1.0" encoding="utf-8"?> |
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"> |
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"> |
||||
<item android:drawable="@android:color/white" /> |
|
||||
<item> |
<item> |
||||
<bitmap android:scaleType="centerCrop" android:src="@drawable/splash"/> |
|
||||
|
<bitmap android:gravity="fill" android:src="@drawable/background"/> |
||||
</item> |
</item> |
||||
</layer-list> |
</layer-list> |
||||
@ -1,7 +1,6 @@ |
|||||
<?xml version="1.0" encoding="utf-8"?> |
<?xml version="1.0" encoding="utf-8"?> |
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"> |
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"> |
||||
<item android:drawable="@android:color/white" /> |
|
||||
<item> |
<item> |
||||
<bitmap android:scaleType="centerCrop" android:src="@drawable/splash"/> |
|
||||
|
<bitmap android:gravity="fill" android:src="@drawable/background"/> |
||||
</item> |
</item> |
||||
</layer-list> |
</layer-list> |
||||
@ -0,0 +1,2 @@ |
|||||
|
flutter_native_splash: |
||||
|
background_image: assets/images/splash.png |
||||
@ -0,0 +1,21 @@ |
|||||
|
{ |
||||
|
"images" : [ |
||||
|
{ |
||||
|
"filename" : "background.png", |
||||
|
"idiom" : "universal", |
||||
|
"scale" : "1x" |
||||
|
}, |
||||
|
{ |
||||
|
"idiom" : "universal", |
||||
|
"scale" : "2x" |
||||
|
}, |
||||
|
{ |
||||
|
"idiom" : "universal", |
||||
|
"scale" : "3x" |
||||
|
} |
||||
|
], |
||||
|
"info" : { |
||||
|
"author" : "xcode", |
||||
|
"version" : 1 |
||||
|
} |
||||
|
} |
||||
@ -1,23 +1,23 @@ |
|||||
{ |
{ |
||||
"images" : [ |
"images" : [ |
||||
{ |
{ |
||||
"idiom" : "universal", |
|
||||
"filename" : "LaunchImage.png", |
"filename" : "LaunchImage.png", |
||||
|
"idiom" : "universal", |
||||
"scale" : "1x" |
"scale" : "1x" |
||||
}, |
}, |
||||
{ |
{ |
||||
"idiom" : "universal", |
|
||||
"filename" : "LaunchImage@2x.png", |
"filename" : "LaunchImage@2x.png", |
||||
|
"idiom" : "universal", |
||||
"scale" : "2x" |
"scale" : "2x" |
||||
}, |
}, |
||||
{ |
{ |
||||
"idiom" : "universal", |
|
||||
"filename" : "LaunchImage@3x.png", |
"filename" : "LaunchImage@3x.png", |
||||
|
"idiom" : "universal", |
||||
"scale" : "3x" |
"scale" : "3x" |
||||
} |
} |
||||
], |
], |
||||
"info" : { |
"info" : { |
||||
"version" : 1, |
|
||||
"author" : "xcode" |
|
||||
|
"author" : "xcode", |
||||
|
"version" : 1 |
||||
} |
} |
||||
} |
} |
||||
@ -1,66 +1,68 @@ |
|||||
<?xml version="1.0" encoding="UTF-8"?> |
<?xml version="1.0" encoding="UTF-8"?> |
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
||||
<plist version="1.0"> |
<plist version="1.0"> |
||||
<dict> |
|
||||
<key>CADisableMinimumFrameDurationOnPhone</key> |
|
||||
<true/> |
|
||||
<key>CFBundleDevelopmentRegion</key> |
|
||||
<string>$(DEVELOPMENT_LANGUAGE)</string> |
|
||||
<key>CFBundleDisplayName</key> |
|
||||
<string>Dating Touchme App</string> |
|
||||
<key>CFBundleExecutable</key> |
|
||||
<string>$(EXECUTABLE_NAME)</string> |
|
||||
<key>CFBundleIdentifier</key> |
|
||||
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> |
|
||||
<key>CFBundleInfoDictionaryVersion</key> |
|
||||
<string>6.0</string> |
|
||||
<key>CFBundleName</key> |
|
||||
<string>dating_touchme_app</string> |
|
||||
<key>CFBundlePackageType</key> |
|
||||
<string>APPL</string> |
|
||||
<key>CFBundleShortVersionString</key> |
|
||||
<string>$(FLUTTER_BUILD_NAME)</string> |
|
||||
<key>CFBundleSignature</key> |
|
||||
<string>????</string> |
|
||||
<key>CFBundleURLTypes</key> |
|
||||
<array/> |
|
||||
<key>CFBundleVersion</key> |
|
||||
<string>$(FLUTTER_BUILD_NUMBER)</string> |
|
||||
<key>LSApplicationQueriesSchemes</key> |
|
||||
<array> |
|
||||
<string>weixin</string> |
|
||||
<string>weixinULAPI</string> |
|
||||
<string>weixinURLParamsAPI</string> |
|
||||
</array> |
|
||||
<key>LSRequiresIPhoneOS</key> |
|
||||
<true/> |
|
||||
<key>NSAppTransportSecurity</key> |
|
||||
<dict> |
<dict> |
||||
<key>NSAllowsArbitraryLoads</key> |
|
||||
|
<key>CADisableMinimumFrameDurationOnPhone</key> |
||||
<true/> |
<true/> |
||||
<key>NSAllowsArbitraryLoadsInWebContent</key> |
|
||||
|
<key>CFBundleDevelopmentRegion</key> |
||||
|
<string>$(DEVELOPMENT_LANGUAGE)</string> |
||||
|
<key>CFBundleDisplayName</key> |
||||
|
<string>趣恋恋</string> |
||||
|
<key>CFBundleExecutable</key> |
||||
|
<string>$(EXECUTABLE_NAME)</string> |
||||
|
<key>CFBundleIdentifier</key> |
||||
|
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> |
||||
|
<key>CFBundleInfoDictionaryVersion</key> |
||||
|
<string>6.0</string> |
||||
|
<key>CFBundleName</key> |
||||
|
<string>dating_touchme_app</string> |
||||
|
<key>CFBundlePackageType</key> |
||||
|
<string>APPL</string> |
||||
|
<key>CFBundleShortVersionString</key> |
||||
|
<string>$(FLUTTER_BUILD_NAME)</string> |
||||
|
<key>CFBundleSignature</key> |
||||
|
<string>????</string> |
||||
|
<key>CFBundleURLTypes</key> |
||||
|
<array/> |
||||
|
<key>CFBundleVersion</key> |
||||
|
<string>$(FLUTTER_BUILD_NUMBER)</string> |
||||
|
<key>LSApplicationQueriesSchemes</key> |
||||
|
<array> |
||||
|
<string>weixin</string> |
||||
|
<string>weixinULAPI</string> |
||||
|
<string>weixinURLParamsAPI</string> |
||||
|
</array> |
||||
|
<key>LSRequiresIPhoneOS</key> |
||||
<true/> |
<true/> |
||||
|
<key>NSAppTransportSecurity</key> |
||||
|
<dict> |
||||
|
<key>NSAllowsArbitraryLoads</key> |
||||
|
<true/> |
||||
|
<key>NSAllowsArbitraryLoadsInWebContent</key> |
||||
|
<true/> |
||||
|
</dict> |
||||
|
<key>NSPhotoLibraryUsageDescription</key> |
||||
|
<string>Replace with your permission description.</string> |
||||
|
<key>UIApplicationSupportsIndirectInputEvents</key> |
||||
|
<true/> |
||||
|
<key>UILaunchStoryboardName</key> |
||||
|
<string>LaunchScreen</string> |
||||
|
<key>UIMainStoryboardFile</key> |
||||
|
<string>Main</string> |
||||
|
<key>UISupportedInterfaceOrientations</key> |
||||
|
<array> |
||||
|
<string>UIInterfaceOrientationPortrait</string> |
||||
|
<string>UIInterfaceOrientationLandscapeLeft</string> |
||||
|
<string>UIInterfaceOrientationLandscapeRight</string> |
||||
|
</array> |
||||
|
<key>UISupportedInterfaceOrientations~ipad</key> |
||||
|
<array> |
||||
|
<string>UIInterfaceOrientationPortrait</string> |
||||
|
<string>UIInterfaceOrientationPortraitUpsideDown</string> |
||||
|
<string>UIInterfaceOrientationLandscapeLeft</string> |
||||
|
<string>UIInterfaceOrientationLandscapeRight</string> |
||||
|
</array> |
||||
|
<key>UIStatusBarHidden</key> |
||||
|
<false/> |
||||
</dict> |
</dict> |
||||
<key>NSPhotoLibraryUsageDescription</key> |
|
||||
<string>Replace with your permission description.</string> |
|
||||
<key>UIApplicationSupportsIndirectInputEvents</key> |
|
||||
<true/> |
|
||||
<key>UILaunchStoryboardName</key> |
|
||||
<string>LaunchScreen</string> |
|
||||
<key>UIMainStoryboardFile</key> |
|
||||
<string>Main</string> |
|
||||
<key>UISupportedInterfaceOrientations</key> |
|
||||
<array> |
|
||||
<string>UIInterfaceOrientationPortrait</string> |
|
||||
<string>UIInterfaceOrientationLandscapeLeft</string> |
|
||||
<string>UIInterfaceOrientationLandscapeRight</string> |
|
||||
</array> |
|
||||
<key>UISupportedInterfaceOrientations~ipad</key> |
|
||||
<array> |
|
||||
<string>UIInterfaceOrientationPortrait</string> |
|
||||
<string>UIInterfaceOrientationPortraitUpsideDown</string> |
|
||||
<string>UIInterfaceOrientationLandscapeLeft</string> |
|
||||
<string>UIInterfaceOrientationLandscapeRight</string> |
|
||||
</array> |
|
||||
</dict> |
|
||||
</plist> |
</plist> |
||||
Write
Preview
Loading…
Cancel
Save