From 4f24d1e94df44be6158a837e79ce8fc0fe68f67f Mon Sep 17 00:00:00 2001 From: Erdem Yerebasmaz Date: Tue, 25 Jun 2024 16:14:34 +0300 Subject: [PATCH] Downgrade sqlite dependencies due to a crash on iOS --- ios/Podfile.lock | 21 +++++++++------------ pubspec.lock | 10 +++++----- pubspec.yaml | 4 ++-- 3 files changed, 16 insertions(+), 19 deletions(-) diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 5f6ca290..56f99bff 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -159,21 +159,18 @@ PODS: - shared_preferences_foundation (0.0.1): - Flutter - FlutterMacOS - - "sqlite3 (3.46.0+1)": - - "sqlite3/common (= 3.46.0+1)" - - "sqlite3/common (3.46.0+1)" - - "sqlite3/dbstatvtab (3.46.0+1)": + - "sqlite3 (3.45.3+1)": + - "sqlite3/common (= 3.45.3+1)" + - "sqlite3/common (3.45.3+1)" + - "sqlite3/fts5 (3.45.3+1)": - sqlite3/common - - "sqlite3/fts5 (3.46.0+1)": + - "sqlite3/perf-threadsafe (3.45.3+1)": - sqlite3/common - - "sqlite3/perf-threadsafe (3.46.0+1)": - - sqlite3/common - - "sqlite3/rtree (3.46.0+1)": + - "sqlite3/rtree (3.45.3+1)": - sqlite3/common - sqlite3_flutter_libs (0.0.1): - Flutter - - "sqlite3 (~> 3.46.0+1)" - - sqlite3/dbstatvtab + - sqlite3 (~> 3.45.1) - sqlite3/fts5 - sqlite3/perf-threadsafe - sqlite3/rtree @@ -343,8 +340,8 @@ SPEC CHECKSUMS: share_plus: 8875f4f2500512ea181eef553c3e27dba5135aad shared_preference_app_group: 46aee3873e1da581d4904bece9876596d7f66725 shared_preferences_foundation: fcdcbc04712aee1108ac7fda236f363274528f78 - sqlite3: 292c3e1bfe89f64e51ea7fc7dab9182a017c8630 - sqlite3_flutter_libs: c00457ebd31e59fa6bb830380ddba24d44fbcd3b + sqlite3: 02d1f07eaaa01f80a1c16b4b31dfcbb3345ee01a + sqlite3_flutter_libs: af0e8fe9bce48abddd1ffdbbf839db0302d72d80 TOCropViewController: edfd4f25713d56905ad1e0b9f5be3fbe0f59c863 uni_links: d97da20c7701486ba192624d99bffaaffcfc298a url_launcher_ios: 5334b05cef931de560670eeae103fd3e431ac3fe diff --git a/pubspec.lock b/pubspec.lock index f3bacc8c..57778098 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -103,7 +103,7 @@ packages: path: "../breez-sdk/libs/sdk-flutter" relative: true source: path - version: "0.4.3-rc1" + version: "0.4.2-rc3" breez_translations: dependency: "direct main" description: @@ -1488,10 +1488,10 @@ packages: dependency: "direct main" description: name: sqflite_common_ffi - sha256: "4d6137c29e930d6e4a8ff373989dd9de7bac12e3bc87bce950f6e844e8ad3bb5" + sha256: "754927d82de369a6b9e760fb60640aa81da650f35ffd468d5a992814d6022908" url: "https://pub.dev" source: hosted - version: "2.3.3" + version: "2.3.2+1" sqlite3: dependency: transitive description: @@ -1504,10 +1504,10 @@ packages: dependency: "direct main" description: name: sqlite3_flutter_libs - sha256: "62bbb4073edbcdf53f40c80775f33eea01d301b7b81417e5b3fb7395416258c1" + sha256: d6c31c8511c441d1f12f20b607343df1afe4eddf24a1cf85021677c8eea26060 url: "https://pub.dev" source: hosted - version: "0.5.24" + version: "0.5.20" stack_trace: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index e34c6ffb..faf6bfcb 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -88,8 +88,8 @@ dependencies: shared_preferences: ^2.2.3 shared_preference_app_group: ^1.1.1 # iOS Notification Service extension requirement to access shared preferences simple_animations: ^5.0.2 - sqflite_common_ffi: ^2.3.3 - sqlite3_flutter_libs: ^0.5.24 + sqflite_common_ffi: 2.3.2+1 # Reverted due to a crash on iOS + sqlite3_flutter_libs: 0.5.20 # Reverted due to a crash on iOS synchronized: ^3.1.0+1 theme_provider: ^0.6.0 timeago: ^3.6.1