From 5a0f37fd3cfc9d42ccc553fd5a6f94cc0d1eb477 Mon Sep 17 00:00:00 2001 From: efrilm Date: Fri, 29 May 2026 18:06:08 +0700 Subject: [PATCH] update firebase crashlytic --- .github/workflows/ios.yml | 3 +++ pubspec.lock | 36 ++++++++++++++++++------------------ pubspec.yaml | 6 +++--- 3 files changed, 24 insertions(+), 21 deletions(-) diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index 16ebffc..d9c5c5e 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -73,6 +73,9 @@ jobs: env: TEAM_ID: ${{ secrets.TEAM_ID }} run: | + # Disable Swift Package Manager — use CocoaPods only (required for plugins not yet SPM-compatible) + flutter config --no-enable-swift-package-manager + # Build Flutter (no codesign — signing happens in xcodebuild archive) flutter build ios --release --no-codesign diff --git a/pubspec.lock b/pubspec.lock index 205f571..a966dd2 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -13,10 +13,10 @@ packages: dependency: transitive description: name: _flutterfire_internals - sha256: "37a42d06068e2fe3deddb2da079a8c4d105f241225ba27b7122b37e9865fd8f7" + sha256: ff0a84a2734d9e1089f8aedd5c0af0061b82fb94e95260d943404e0ef2134b11 url: "https://pub.dev" source: hosted - version: "1.3.35" + version: "1.3.59" analyzer: dependency: transitive description: @@ -461,66 +461,66 @@ packages: dependency: "direct main" description: name: firebase_core - sha256: "26de145bb9688a90962faec6f838247377b0b0d32cc0abecd9a4e43525fc856c" + sha256: "7be63a3f841fc9663342f7f3a011a42aef6a61066943c90b1c434d79d5c995c5" url: "https://pub.dev" source: hosted - version: "2.32.0" + version: "3.15.2" firebase_core_platform_interface: dependency: transitive description: name: firebase_core_platform_interface - sha256: "8bcfad6d7033f5ea951d15b867622a824b13812178bfec0c779b9d81de011bbb" + sha256: "0ecda14c1bfc9ed8cac303dd0f8d04a320811b479362a9a4efb14fd331a473ce" url: "https://pub.dev" source: hosted - version: "5.4.2" + version: "6.0.3" firebase_core_web: dependency: transitive description: name: firebase_core_web - sha256: eb3afccfc452b2b2075acbe0c4b27de62dd596802b4e5e19869c1e926cbb20b3 + sha256: "0ed0dc292e8f9ac50992e2394e9d336a0275b6ae400d64163fdf0a8a8b556c37" url: "https://pub.dev" source: hosted - version: "2.24.0" + version: "2.24.1" firebase_crashlytics: dependency: "direct main" description: name: firebase_crashlytics - sha256: "9897c01efaa950d2f6da8317d12452749a74dc45f33b46390a14cfe28067f271" + sha256: "662ae6443da91bca1fb0be8aeeac026fa2975e8b7ddfca36e4d90ebafa35dde1" url: "https://pub.dev" source: hosted - version: "3.5.7" + version: "4.3.10" firebase_crashlytics_platform_interface: dependency: transitive description: name: firebase_crashlytics_platform_interface - sha256: "16a71e08fbf6e00382816e1b13397898c29a54fa0ad969c2c2a3b82a704877f0" + sha256: "7222a8a40077c79f6b8b3f3439241c9f2b34e9ddfde8381ffc512f7b2e61f7eb" url: "https://pub.dev" source: hosted - version: "3.6.35" + version: "3.8.10" firebase_messaging: dependency: "direct main" description: name: firebase_messaging - sha256: "980259425fa5e2afc03e533f33723335731d21a56fd255611083bceebf4373a8" + sha256: "60be38574f8b5658e2f22b7e311ff2064bea835c248424a383783464e8e02fcc" url: "https://pub.dev" source: hosted - version: "14.7.10" + version: "15.2.10" firebase_messaging_platform_interface: dependency: transitive description: name: firebase_messaging_platform_interface - sha256: "87c4a922cb6f811cfb7a889bdbb3622702443c52a0271636cbc90d813ceac147" + sha256: "685e1771b3d1f9c8502771ccc9f91485b376ffe16d553533f335b9183ea99754" url: "https://pub.dev" source: hosted - version: "4.5.37" + version: "4.6.10" firebase_messaging_web: dependency: transitive description: name: firebase_messaging_web - sha256: "90dc7ed885e90a24bb0e56d661d4d2b5f84429697fd2cbb9e5890a0ca370e6f4" + sha256: "0d1be17bc89ed3ff5001789c92df678b2e963a51b6fa2bdb467532cc9dbed390" url: "https://pub.dev" source: hosted - version: "3.5.18" + version: "3.10.10" fixnum: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index b3d5b40..b611a32 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -48,9 +48,9 @@ dependencies: pdf: ^3.11.3 open_file: ^3.5.10 permission_handler: ^12.0.1 - firebase_core: 2.32.0 - firebase_messaging: 14.7.10 - firebase_crashlytics: ^3.5.7 + firebase_core: ^3.13.0 + firebase_messaging: ^15.2.5 + firebase_crashlytics: ^4.3.5 flutter_local_notifications: ^18.0.1 hugeicons: ^1.1.6