build: Update matrix dart sdk
This commit is contained in:
parent
83490de6fd
commit
21e7c3f8cb
5 changed files with 13 additions and 6 deletions
|
|
@ -2279,6 +2279,12 @@
|
||||||
"user": {}
|
"user": {}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"invitedBy": "📩 Invited by {user}",
|
||||||
|
"@invitedBy": {
|
||||||
|
"placeholders": {
|
||||||
|
"user": {}
|
||||||
|
}
|
||||||
|
},
|
||||||
"youInvitedUser": "📩 You invited {user}",
|
"youInvitedUser": "📩 You invited {user}",
|
||||||
"@youInvitedUser": {
|
"@youInvitedUser": {
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
|
|
|
||||||
|
|
@ -209,8 +209,6 @@ class SettingsController extends State<Settings> {
|
||||||
final client = Matrix.of(context).client;
|
final client = Matrix.of(context).client;
|
||||||
profileFuture ??= client.getProfileFromUserId(
|
profileFuture ??= client.getProfileFromUserId(
|
||||||
client.userID!,
|
client.userID!,
|
||||||
cache: !profileUpdated,
|
|
||||||
getFromRooms: !profileUpdated,
|
|
||||||
);
|
);
|
||||||
return SettingsView(this);
|
return SettingsView(this);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -344,4 +344,7 @@ class MatrixLocals extends MatrixLocalizations {
|
||||||
@override
|
@override
|
||||||
String startedKeyVerification(String senderName) =>
|
String startedKeyVerification(String senderName) =>
|
||||||
l10n.startedKeyVerification(senderName);
|
l10n.startedKeyVerification(senderName);
|
||||||
|
|
||||||
|
@override
|
||||||
|
String invitedBy(String senderName) => l10n.invitedBy(senderName);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1210,10 +1210,10 @@ packages:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
name: matrix
|
name: matrix
|
||||||
sha256: a27c2f73d28ea292e0f67f3d36396fb8acd7cfc97a07901dc7b22f46e082c3d6
|
sha256: d1955846aaf5a5c6d353a90ce4133b9c99581cd64f4fe9e389e5f8b95157ca3b
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "0.30.0"
|
version: "0.31.0"
|
||||||
meta:
|
meta:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
|
|
|
||||||
|
|
@ -64,7 +64,7 @@ dependencies:
|
||||||
keyboard_shortcuts: ^0.1.4
|
keyboard_shortcuts: ^0.1.4
|
||||||
latlong2: ^0.9.1
|
latlong2: ^0.9.1
|
||||||
linkify: ^5.0.0
|
linkify: ^5.0.0
|
||||||
matrix: ^0.30.0
|
matrix: ^0.31.0
|
||||||
native_imaging: ^0.1.1
|
native_imaging: ^0.1.1
|
||||||
package_info_plus: ^6.0.0
|
package_info_plus: ^6.0.0
|
||||||
pasteboard: ^0.2.0
|
pasteboard: ^0.2.0
|
||||||
|
|
@ -160,4 +160,4 @@ 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
|
||||||
win32: 5.5.0
|
win32: 5.5.0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue