From 6a80722003b687a9b45a1fcbb3281be5bc0b4fdb Mon Sep 17 00:00:00 2001 From: Amos Date: Tue, 15 Oct 2024 19:51:36 +0800 Subject: [PATCH] chore: Flutter 3.24.3, Packages --- README.md | 6 +++--- ios/Podfile.lock | 10 +++++----- ios/Runner.xcodeproj/project.pbxproj | 6 ------ 3 files changed, 8 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index f25376d9..8f488d52 100644 --- a/README.md +++ b/README.md @@ -110,11 +110,11 @@ Windows: macOS: ``` -[✓] Flutter (Channel stable, 3.24.0, on macOS 14.4.1 23E224 darwin-x64, locale zh-Hans-CN) +[✓] Flutter (Channel stable, 3.24.3, on macOS 14.7 23H124 darwin-x64, locale zh-Hans-CN) [✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0) [✓] Xcode - develop for iOS and macOS (Xcode 15.4) -[✓] Android Studio (version 2024.1) -[✓] VS Code (version 1.92.0) +[✓] Android Studio (version 2024.2) +[✓] VS Code (version 1.94.2) ``` diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 91a727dc..3bd23187 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -77,7 +77,7 @@ PODS: - shared_preferences_foundation (0.0.1): - Flutter - FlutterMacOS - - sqflite (0.0.3): + - sqflite_darwin (0.0.4): - Flutter - FlutterMacOS - SwiftyGif (5.4.5) @@ -97,7 +97,7 @@ DEPENDENCIES: - sensors_plus (from `.symlinks/plugins/sensors_plus/ios`) - share_plus (from `.symlinks/plugins/share_plus/ios`) - shared_preferences_foundation (from `.symlinks/plugins/shared_preferences_foundation/darwin`) - - sqflite (from `.symlinks/plugins/sqflite/darwin`) + - sqflite_darwin (from `.symlinks/plugins/sqflite_darwin/darwin`) - webview_flutter_wkwebview (from `.symlinks/plugins/webview_flutter_wkwebview/darwin`) SPEC REPOS: @@ -131,8 +131,8 @@ EXTERNAL SOURCES: :path: ".symlinks/plugins/share_plus/ios" shared_preferences_foundation: :path: ".symlinks/plugins/shared_preferences_foundation/darwin" - sqflite: - :path: ".symlinks/plugins/sqflite/darwin" + sqflite_darwin: + :path: ".symlinks/plugins/sqflite_darwin/darwin" webview_flutter_wkwebview: :path: ".symlinks/plugins/webview_flutter_wkwebview/darwin" @@ -153,7 +153,7 @@ SPEC CHECKSUMS: sensors_plus: 4b7c4bd9c9be2efbd575649368fe77ef09b429ad share_plus: 8875f4f2500512ea181eef553c3e27dba5135aad shared_preferences_foundation: fcdcbc04712aee1108ac7fda236f363274528f78 - sqflite: 673a0e54cc04b7d6dba8d24fb8095b31c3a99eec + sqflite_darwin: a553b1fd6fe66f53bbb0fe5b4f5bab93f08d7a13 SwiftyGif: 706c60cf65fa2bc5ee0313beece843c8eb8194d4 webview_flutter_wkwebview: 0982481e3d9c78fd5c6f62a002fcd24fc791f1e4 diff --git a/ios/Runner.xcodeproj/project.pbxproj b/ios/Runner.xcodeproj/project.pbxproj index 55a72e30..c3d6f0dd 100644 --- a/ios/Runner.xcodeproj/project.pbxproj +++ b/ios/Runner.xcodeproj/project.pbxproj @@ -824,8 +824,6 @@ "-framework", "\"shared_preferences_foundation\"", "-framework", - "\"sqflite\"", - "-framework", "\"webview_flutter_wkwebview\"", "-weak_framework", "\"LinkPresentation\"", @@ -1017,8 +1015,6 @@ "-framework", "\"shared_preferences_foundation\"", "-framework", - "\"sqflite\"", - "-framework", "\"webview_flutter_wkwebview\"", "-weak_framework", "\"LinkPresentation\"", @@ -1101,8 +1097,6 @@ "-framework", "\"shared_preferences_foundation\"", "-framework", - "\"sqflite\"", - "-framework", "\"webview_flutter_wkwebview\"", "-weak_framework", "\"LinkPresentation\"",