From f7fac6088faff07ef54dbefe0f549a0194d5be9a Mon Sep 17 00:00:00 2001 From: Jolie <> Date: Mon, 2 Feb 2026 09:39:28 +0800 Subject: [PATCH] no message --- ios/Podfile.lock | 6 ++++++ ios/Runner.xcodeproj/project.pbxproj | 14 +++----------- lib/main.dart | 1 + 3 files changed, 10 insertions(+), 11 deletions(-) diff --git a/ios/Podfile.lock b/ios/Podfile.lock index b193cf8..62d2247 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -62,6 +62,8 @@ PODS: - FlutterMacOS - camera_avfoundation (0.0.1): - Flutter + - emoji_picker_flutter (0.0.1): + - Flutter - Flutter (1.0.0) - flutter_native_splash (2.4.3): - Flutter @@ -135,6 +137,7 @@ DEPENDENCIES: - app_settings (from `.symlinks/plugins/app_settings/ios`) - audioplayers_darwin (from `.symlinks/plugins/audioplayers_darwin/darwin`) - camera_avfoundation (from `.symlinks/plugins/camera_avfoundation/ios`) + - emoji_picker_flutter (from `.symlinks/plugins/emoji_picker_flutter/ios`) - Flutter (from `Flutter`) - flutter_native_splash (from `.symlinks/plugins/flutter_native_splash/ios`) - fluwx (from `.symlinks/plugins/fluwx/ios`) @@ -178,6 +181,8 @@ EXTERNAL SOURCES: :path: ".symlinks/plugins/audioplayers_darwin/darwin" camera_avfoundation: :path: ".symlinks/plugins/camera_avfoundation/ios" + emoji_picker_flutter: + :path: ".symlinks/plugins/emoji_picker_flutter/ios" Flutter: :path: Flutter flutter_native_splash: @@ -230,6 +235,7 @@ SPEC CHECKSUMS: app_settings: 58017cd26b604ae98c3e65acbdd8ba173703cc82 audioplayers_darwin: 4027b33a8f471d996c13f71cb77f0b1583b5d923 camera_avfoundation: 281867ff09f1da66f031a184ecfbc6f2e625c9f5 + emoji_picker_flutter: 8e50ec5caac456a23a78637e02c6293ea0ac8771 Flutter: cabc95a1d2626b1b06e7179b784ebcf0c0cde467 flutter_native_splash: df59bb2e1421aa0282cb2e95618af4dcb0c56c29 fluwx: 95a2274c23418c1098940bd00dcfe7c975bb0550 diff --git a/ios/Runner.xcodeproj/project.pbxproj b/ios/Runner.xcodeproj/project.pbxproj index dbebfd0..28c9cff 100644 --- a/ios/Runner.xcodeproj/project.pbxproj +++ b/ios/Runner.xcodeproj/project.pbxproj @@ -296,14 +296,10 @@ inputFileListPaths = ( "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist", ); - inputPaths = ( - ); name = "[CP] Embed Pods Frameworks"; outputFileListPaths = ( "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist", ); - outputPaths = ( - ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n"; @@ -317,14 +313,10 @@ inputFileListPaths = ( "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-input-files.xcfilelist", ); - inputPaths = ( - ); name = "[CP] Copy Pods Resources"; outputFileListPaths = ( "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-output-files.xcfilelist", ); - outputPaths = ( - ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources.sh\"\n"; @@ -500,7 +492,7 @@ CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 2; + CURRENT_PROJECT_VERSION = 3; DEVELOPMENT_TEAM = P65XS8BRNU; ENABLE_BITCODE = NO; INFOPLIST_FILE = Runner/Info.plist; @@ -693,7 +685,7 @@ CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 2; + CURRENT_PROJECT_VERSION = 3; DEVELOPMENT_TEAM = P65XS8BRNU; ENABLE_BITCODE = NO; INFOPLIST_FILE = Runner/Info.plist; @@ -726,7 +718,7 @@ CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 2; + CURRENT_PROJECT_VERSION = 3; DEVELOPMENT_TEAM = P65XS8BRNU; ENABLE_BITCODE = NO; INFOPLIST_FILE = Runner/Info.plist; diff --git a/lib/main.dart b/lib/main.dart index 05dd43a..22ccaae 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -92,6 +92,7 @@ void main() async { runApp( GetMaterialApp( + debugShowCheckedModeBanner: false, locale: Locale('zh', 'CN'), // 使用GetX的locale supportedLocales: const [Locale('zh', 'CN')],