build: Update matrix dart sdk to 0.25.1

This commit is contained in:
Krille 2023-12-27 12:42:03 +01:00
parent 627f7b88d4
commit f11e9ec6d2
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
3 changed files with 8 additions and 14 deletions

View file

@ -54,7 +54,7 @@ class StatusMessageList extends StatelessWidget {
client.interestingPresences.map( client.interestingPresences.map(
(userId) => client.fetchCurrentPresence( (userId) => client.fetchCurrentPresence(
userId, userId,
fetchFromServer: false, fetchOnlyFromCached: true,
), ),
), ),
), ),

View file

@ -1152,12 +1152,11 @@ packages:
matrix: matrix:
dependency: "direct main" dependency: "direct main"
description: description:
path: "." name: matrix
ref: "krille/fetch-presence-database-only" sha256: "7737fb01c48beec3a9c1961975fe74774ab7b88ccb16666524436d98116ea7cc"
resolved-ref: "5d0c5c5510aefbf78c9e35895debd7ff51f46e22" url: "https://pub.dev"
url: "https://github.com/famedly/matrix-dart-sdk.git" source: hosted
source: git version: "0.25.1"
version: "0.25.0"
matrix_api_lite: matrix_api_lite:
dependency: transitive dependency: transitive
description: description:

View file

@ -61,7 +61,7 @@ dependencies:
keyboard_shortcuts: ^0.1.4 keyboard_shortcuts: ^0.1.4
latlong2: ^0.8.1 latlong2: ^0.8.1
linkify: ^5.0.0 linkify: ^5.0.0
matrix: ^0.25.0 matrix: ^0.25.1
native_imaging: ^0.1.0 native_imaging: ^0.1.0
package_info_plus: ^4.0.0 package_info_plus: ^4.0.0
pasteboard: ^0.2.0 pasteboard: ^0.2.0
@ -159,15 +159,10 @@ dependency_overrides:
git: git:
url: https://github.com/TheOneWithTheBraid/keyboard_shortcuts.git url: https://github.com/TheOneWithTheBraid/keyboard_shortcuts.git
ref: null-safety ref: null-safety
# Until https://github.com/famedly/matrix-dart-sdk/pull/1661 is merged
matrix:
git:
url: https://github.com/famedly/matrix-dart-sdk.git
ref: krille/fetch-presence-database-only
# blocked upgrade of package_info_plus for null safety # blocked upgrade of package_info_plus for null safety
# https://github.com/creativecreatorormaybenot/wakelock/pull/203 # https://github.com/creativecreatorormaybenot/wakelock/pull/203
wakelock_windows: wakelock_windows:
git: git:
url: https://github.com/chandrabezzo/wakelock.git url: https://github.com/chandrabezzo/wakelock.git
ref: main ref: main
path: wakelock_windows/ path: wakelock_windows/