From a0df2db1f437cb8ae2000ecc174f9b00b29b49dc Mon Sep 17 00:00:00 2001 From: Gabby Gurdin Date: Tue, 27 Feb 2024 10:37:17 -0500 Subject: [PATCH] flutter version update --- lib/pages/chat_list/chat_list.dart | 13 ++++++++----- pubspec.yaml | 6 +----- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/lib/pages/chat_list/chat_list.dart b/lib/pages/chat_list/chat_list.dart index 5f37d0961..7dd0a735e 100644 --- a/lib/pages/chat_list/chat_list.dart +++ b/lib/pages/chat_list/chat_list.dart @@ -429,12 +429,15 @@ class ChatListController extends State // For sharing images coming from outside the app while the app is closed ReceiveSharingIntent.getInitialMedia().then(_processIncomingSharedFiles); - // For sharing or opening urls/text coming from outside the app while the app is in the memory - _intentDataStreamSubscription = ReceiveSharingIntent.getTextStream() - .listen(_processIncomingSharedText, onError: print); + // #Pangea + // dependency is outdated and prevents app from building + // // For sharing or opening urls/text coming from outside the app while the app is in the memory + // _intentDataStreamSubscription = ReceiveSharingIntent.getTextStream() + // .listen(_processIncomingSharedText, onError: print); - // For sharing or opening urls/text coming from outside the app while the app is closed - ReceiveSharingIntent.getInitialText().then(_processIncomingSharedText); + // // For sharing or opening urls/text coming from outside the app while the app is closed + // ReceiveSharingIntent.getInitialText().then(_processIncomingSharedText); + // Pangea# // For receiving shared Uris _intentUriStreamSubscription = linkStream.listen(_processIncomingUris); diff --git a/pubspec.yaml b/pubspec.yaml index 4a7eb85c1..79f6894f4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -71,10 +71,7 @@ dependencies: linkify: ^5.0.0 # #Pangea # matrix: ^0.25.7 - matrix: - git: - url: https://github.com/ggurdin/matrix-dart-sdk.git - ref: ggurdin/indexeddb-clear-fix + matrix: ^0.25.11 # until https://github.com/famedly/matrix-dart-sdk/pull/1712 # Pangea# native_imaging: ^0.1.0 @@ -138,7 +135,6 @@ dependencies: # Pangea# dev_dependencies: - dart_code_metrics: ^5.7.5 flutter_lints: ^3.0.0 flutter_native_splash: ^2.0.3+1 flutter_test: