Browse Source
Merge branch 'ios' of http://git.qniao.cn/dating-agency/dating_touchme_app into ios
ios
Merge branch 'ios' of http://git.qniao.cn/dating-agency/dating_touchme_app into ios
ios
16 changed files with 253 additions and 207 deletions
Unified View
Diff Options
-
BIN.DS_Store
-
BINandroid/app/src/main/res/drawable-v21/background.png
-
5android/app/src/main/res/drawable-v21/launch_background.xml
-
BINandroid/app/src/main/res/drawable/background.png
-
5android/app/src/main/res/drawable/launch_background.xml
-
19android/app/src/main/res/values-night-v31/styles.xml
-
6android/app/src/main/res/values-night/styles.xml
-
19android/app/src/main/res/values-v31/styles.xml
-
6android/app/src/main/res/values/styles.xml
-
BINassets/.DS_Store
-
BINassets/images/splash.png
-
BINios/Runner/Assets.xcassets/LaunchBackground.imageset/background.png
-
132ios/Runner/Info.plist
-
2lib/pages/home/real_home_page.dart
-
264lib/pages/mine/phone_login_page.dart
-
2lib/pages/mine/real_login_page.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:gravity="fill" 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:gravity="fill" android:src="@drawable/splash"/> |
|
||||
|
<bitmap android:gravity="fill" android:src="@drawable/background"/> |
||||
</item> |
</item> |
||||
</layer-list> |
|
||||
|
</layer-list> |
||||
@ -0,0 +1,19 @@ |
|||||
|
<?xml version="1.0" encoding="utf-8"?> |
||||
|
<resources> |
||||
|
<!-- Theme applied to the Android Window while the process is starting when the OS's Dark Mode setting is on --> |
||||
|
<style name="LaunchTheme" parent="@android:style/Theme.Black.NoTitleBar"> |
||||
|
<item name="android:forceDarkAllowed">false</item> |
||||
|
<item name="android:windowFullscreen">false</item> |
||||
|
<item name="android:windowDrawsSystemBarBackgrounds">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 |
||||
|
Flutter UI initializes, as well as behind your Flutter UI while its |
||||
|
running. |
||||
|
|
||||
|
This Theme is only used starting with V2 of Flutter's Android embedding. --> |
||||
|
<style name="NormalTheme" parent="@android:style/Theme.Black.NoTitleBar"> |
||||
|
<item name="android:windowBackground">?android:colorBackground</item> |
||||
|
</style> |
||||
|
</resources> |
||||
@ -0,0 +1,19 @@ |
|||||
|
<?xml version="1.0" encoding="utf-8"?> |
||||
|
<resources> |
||||
|
<!-- Theme applied to the Android Window while the process is starting when the OS's Dark Mode setting is off --> |
||||
|
<style name="LaunchTheme" parent="@android:style/Theme.Light.NoTitleBar"> |
||||
|
<item name="android:forceDarkAllowed">false</item> |
||||
|
<item name="android:windowFullscreen">false</item> |
||||
|
<item name="android:windowDrawsSystemBarBackgrounds">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 |
||||
|
Flutter UI initializes, as well as behind your Flutter UI while its |
||||
|
running. |
||||
|
|
||||
|
This Theme is only used starting with V2 of Flutter's Android embedding. --> |
||||
|
<style name="NormalTheme" parent="@android:style/Theme.Light.NoTitleBar"> |
||||
|
<item name="android:windowBackground">?android:colorBackground</item> |
||||
|
</style> |
||||
|
</resources> |
||||
@ -1,74 +1,74 @@ |
|||||
<?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>星球奇遇记</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>PlanetAdventure</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>CADisableMinimumFrameDurationOnPhone</key> |
|
||||
|
<key>NSAllowsArbitraryLoads</key> |
||||
<true/> |
<true/> |
||||
<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> |
|
||||
|
<key>NSAllowsArbitraryLoadsInWebContent</key> |
||||
<true/> |
<true/> |
||||
<key>NSAppTransportSecurity</key> |
|
||||
<dict> |
|
||||
<key>NSAllowsArbitraryLoads</key> |
|
||||
<true/> |
|
||||
<key>NSAllowsArbitraryLoadsInWebContent</key> |
|
||||
<true/> |
|
||||
</dict> |
|
||||
<key>NSCameraUsageDescription</key> |
|
||||
<string>需要访问相机以拍摄照片和视频</string> |
|
||||
<key>NSMicrophoneUsageDescription</key> |
|
||||
<string>需要访问麦克风以录制语音和视频</string> |
|
||||
<key>NSPhotoLibraryUsageDescription</key> |
|
||||
<string>需要访问相册以选择和发送图片、视频</string> |
|
||||
<key>NSPhotoLibraryAddUsageDescription</key> |
|
||||
<string>需要访问相册以保存图片和视频</string> |
|
||||
<key>NSLocationWhenInUseUsageDescription</key> |
|
||||
<string>需要获取您的位置信息以提供同城匹配服务</string> |
|
||||
<key>UIApplicationSupportsIndirectInputEvents</key> |
|
||||
<true/> |
|
||||
<key>UILaunchStoryboardName</key> |
|
||||
<string>LaunchScreen</string> |
|
||||
<key>UIMainStoryboardFile</key> |
|
||||
<string>Main</string> |
|
||||
<key>UIStatusBarHidden</key> |
|
||||
<false/> |
|
||||
<key>UISupportedInterfaceOrientations</key> |
|
||||
<array> |
|
||||
<string>UIInterfaceOrientationPortrait</string> |
|
||||
</array> |
|
||||
<key>UISupportedInterfaceOrientations~ipad</key> |
|
||||
<array> |
|
||||
<string>UIInterfaceOrientationLandscapeLeft</string> |
|
||||
<string>UIInterfaceOrientationLandscapeRight</string> |
|
||||
<string>UIInterfaceOrientationPortrait</string> |
|
||||
<string>UIInterfaceOrientationPortraitUpsideDown</string> |
|
||||
</array> |
|
||||
</dict> |
</dict> |
||||
|
<key>NSCameraUsageDescription</key> |
||||
|
<string>用于拍摄照片/视频并上传到社区(如发布动态、上传头像或创建相册/图片集)。</string> |
||||
|
<key>NSMicrophoneUsageDescription</key> |
||||
|
<string>用于录制视频时采集声音,或发布语音内容(例如录一段语音分享到动态/评论)。</string> |
||||
|
<key>NSPhotoLibraryUsageDescription</key> |
||||
|
<string>用于从相册选择照片/视频上传到社区(如发布动态、设置头像或上传到个人相册/图片集)。</string> |
||||
|
<key>NSPhotoLibraryAddUsageDescription</key> |
||||
|
<string>用于将应用内图片/视频保存到系统相册(例如保存你发布或浏览到的图片)。</string> |
||||
|
<key>NSLocationWhenInUseUsageDescription</key> |
||||
|
<string>用于展示同城内容与附近活动(例如根据你所在城市推荐本地话题和线下活动)。</string> |
||||
|
<key>UIApplicationSupportsIndirectInputEvents</key> |
||||
|
<true/> |
||||
|
<key>UILaunchStoryboardName</key> |
||||
|
<string>LaunchScreen</string> |
||||
|
<key>UIMainStoryboardFile</key> |
||||
|
<string>Main</string> |
||||
|
<key>UIStatusBarHidden</key> |
||||
|
<false/> |
||||
|
<key>UISupportedInterfaceOrientations</key> |
||||
|
<array> |
||||
|
<string>UIInterfaceOrientationPortrait</string> |
||||
|
</array> |
||||
|
<key>UISupportedInterfaceOrientations~ipad</key> |
||||
|
<array> |
||||
|
<string>UIInterfaceOrientationLandscapeLeft</string> |
||||
|
<string>UIInterfaceOrientationLandscapeRight</string> |
||||
|
<string>UIInterfaceOrientationPortrait</string> |
||||
|
<string>UIInterfaceOrientationPortraitUpsideDown</string> |
||||
|
</array> |
||||
|
</dict> |
||||
</plist> |
</plist> |
||||
Write
Preview
Loading…
Cancel
Save