Merge pull request #86 from pangeachat/flutter-upgrade

flutter version update
This commit is contained in:
ggurdin 2024-02-27 10:37:53 -05:00 committed by GitHub
commit 19fb4cfbf7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 10 deletions

View file

@ -429,12 +429,15 @@ class ChatListController extends State<ChatList>
// 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);

View file

@ -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: