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(
(userId) => client.fetchCurrentPresence(
userId,
fetchFromServer: false,
fetchOnlyFromCached: true,
),
),
),

View file

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

View file

@ -61,7 +61,7 @@ dependencies:
keyboard_shortcuts: ^0.1.4
latlong2: ^0.8.1
linkify: ^5.0.0
matrix: ^0.25.0
matrix: ^0.25.1
native_imaging: ^0.1.0
package_info_plus: ^4.0.0
pasteboard: ^0.2.0
@ -159,15 +159,10 @@ dependency_overrides:
git:
url: https://github.com/TheOneWithTheBraid/keyboard_shortcuts.git
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
# https://github.com/creativecreatorormaybenot/wakelock/pull/203
wakelock_windows:
git:
url: https://github.com/chandrabezzo/wakelock.git
ref: main
path: wakelock_windows/
path: wakelock_windows/