From 065855d596ff6ab9e7b47ff3cf77fc34290e6f07 Mon Sep 17 00:00:00 2001 From: Hamza-Ayed Date: Mon, 18 May 2026 17:37:04 +0300 Subject: [PATCH] fix: override record_platform_interface to 1.4.0 in pubspec.yaml to fix RecordLinux compilation mismatch --- whatsapp_app/ios/Podfile.lock | 6 ++++++ whatsapp_app/pubspec.yaml | 3 +++ 2 files changed, 9 insertions(+) diff --git a/whatsapp_app/ios/Podfile.lock b/whatsapp_app/ios/Podfile.lock index 9d15db5..28cfb80 100644 --- a/whatsapp_app/ios/Podfile.lock +++ b/whatsapp_app/ios/Podfile.lock @@ -76,6 +76,8 @@ PODS: - nanopb/decode (2.30910.0) - nanopb/encode (2.30910.0) - PromisesObjC (2.4.0) + - record_darwin (1.0.0): + - Flutter - shared_preferences_foundation (0.0.1): - Flutter - FlutterMacOS @@ -91,6 +93,7 @@ DEPENDENCIES: - flutter_contacts (from `.symlinks/plugins/flutter_contacts/ios`) - flutter_local_notifications (from `.symlinks/plugins/flutter_local_notifications/ios`) - image_picker_ios (from `.symlinks/plugins/image_picker_ios/ios`) + - record_darwin (from `.symlinks/plugins/record_darwin/ios`) - shared_preferences_foundation (from `.symlinks/plugins/shared_preferences_foundation/darwin`) - sqflite_darwin (from `.symlinks/plugins/sqflite_darwin/darwin`) @@ -121,6 +124,8 @@ EXTERNAL SOURCES: :path: ".symlinks/plugins/flutter_local_notifications/ios" image_picker_ios: :path: ".symlinks/plugins/image_picker_ios/ios" + record_darwin: + :path: ".symlinks/plugins/record_darwin/ios" shared_preferences_foundation: :path: ".symlinks/plugins/shared_preferences_foundation/darwin" sqflite_darwin: @@ -143,6 +148,7 @@ SPEC CHECKSUMS: image_picker_ios: e0ece4aa2a75771a7de3fa735d26d90817041326 nanopb: 438bc412db1928dac798aa6fd75726007be04262 PromisesObjC: f5707f49cb48b9636751c5b2e7d227e43fba9f47 + record_darwin: fb1f375f1d9603714f55b8708a903bbb91ffdb0a shared_preferences_foundation: 7036424c3d8ec98dfe75ff1667cb0cd531ec82bb sqflite_darwin: 20b2a3a3b70e43edae938624ce550a3cbf66a3d0 diff --git a/whatsapp_app/pubspec.yaml b/whatsapp_app/pubspec.yaml index 1c1645b..e1583dc 100644 --- a/whatsapp_app/pubspec.yaml +++ b/whatsapp_app/pubspec.yaml @@ -31,5 +31,8 @@ dev_dependencies: sdk: flutter flutter_lints: ^3.0.0 +dependency_overrides: + record_platform_interface: 1.4.0 + flutter: uses-material-design: true