build: Update matrix dart sdk

This commit is contained in:
krille-chan 2023-10-28 09:47:25 +02:00
parent 3fb4ad0a83
commit 59b357681e
No known key found for this signature in database
4 changed files with 14 additions and 5 deletions

View file

@ -2402,6 +2402,12 @@
"user": {}
}
},
"hasKnocked": "{user} has knocked",
"@hasKnocked": {
"placeholders": {
"user": {}
}
},
"noEmailWarning": "Please enter a valid email address. Otherwise you won't be able to reset your password. If you don't want to, tap again on the button to continue.",
"@noEmailWarning": {},
"stories": "Stories",

View file

@ -317,4 +317,7 @@ class MatrixLocals extends MatrixLocalizations {
@override
String get unknownUser => l10n.user;
@override
String hasKnocked(String targetName) => l10n.hasKnocked(targetName);
}

View file

@ -1081,10 +1081,10 @@ packages:
dependency: transitive
description:
name: markdown
sha256: "01512006c8429f604eb10f9848717baeaedf99e991d14a50d540d9beff08e5c6"
sha256: acf35edccc0463a9d7384e437c015a3535772e09714cf60e07eeef3a15870dcd
url: "https://pub.dev"
source: hosted
version: "4.0.1"
version: "7.1.1"
matcher:
dependency: transitive
description:
@ -1105,10 +1105,10 @@ packages:
dependency: "direct main"
description:
name: matrix
sha256: "10389562a4562db6150291b538e025a9a1b7a79998a71d38cb5c78a34ca6b007"
sha256: "1e4bef4923fa1e33124843aa59932739e69a5507178f18313ec1067c046156f3"
url: "https://pub.dev"
source: hosted
version: "0.22.3"
version: "0.22.6"
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.22.3
matrix: ^0.22.6
matrix_homeserver_recommendations: ^0.3.0
native_imaging: ^0.1.0
package_info_plus: ^4.0.0