build: Update matrix dart sdk

This commit is contained in:
Krille 2024-07-29 08:36:54 +02:00
parent 83490de6fd
commit 21e7c3f8cb
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
5 changed files with 13 additions and 6 deletions

View file

@ -2279,6 +2279,12 @@
"user": {}
}
},
"invitedBy": "📩 Invited by {user}",
"@invitedBy": {
"placeholders": {
"user": {}
}
},
"youInvitedUser": "📩 You invited {user}",
"@youInvitedUser": {
"placeholders": {

View file

@ -209,8 +209,6 @@ class SettingsController extends State<Settings> {
final client = Matrix.of(context).client;
profileFuture ??= client.getProfileFromUserId(
client.userID!,
cache: !profileUpdated,
getFromRooms: !profileUpdated,
);
return SettingsView(this);
}

View file

@ -344,4 +344,7 @@ class MatrixLocals extends MatrixLocalizations {
@override
String startedKeyVerification(String senderName) =>
l10n.startedKeyVerification(senderName);
@override
String invitedBy(String senderName) => l10n.invitedBy(senderName);
}

View file

@ -1210,10 +1210,10 @@ packages:
dependency: "direct main"
description:
name: matrix
sha256: a27c2f73d28ea292e0f67f3d36396fb8acd7cfc97a07901dc7b22f46e082c3d6
sha256: d1955846aaf5a5c6d353a90ce4133b9c99581cd64f4fe9e389e5f8b95157ca3b
url: "https://pub.dev"
source: hosted
version: "0.30.0"
version: "0.31.0"
meta:
dependency: transitive
description:

View file

@ -64,7 +64,7 @@ dependencies:
keyboard_shortcuts: ^0.1.4
latlong2: ^0.9.1
linkify: ^5.0.0
matrix: ^0.30.0
matrix: ^0.31.0
native_imaging: ^0.1.1
package_info_plus: ^6.0.0
pasteboard: ^0.2.0
@ -160,4 +160,4 @@ dependency_overrides:
git:
url: https://github.com/TheOneWithTheBraid/keyboard_shortcuts.git
ref: null-safety
win32: 5.5.0
win32: 5.5.0