build: Update matrix dart sdk to 0.23.0

This commit is contained in:
Krille 2023-11-27 12:56:44 +01:00
parent 3d06006ca4
commit 61ade15fa9
No known key found for this signature in database
3 changed files with 4 additions and 4 deletions

View file

@ -92,7 +92,7 @@ class DevicesSettingsController extends State<DevicesSettings> {
} }
void verifyDeviceAction(Device device) async { void verifyDeviceAction(Device device) async {
final req = Matrix.of(context) final req = await Matrix.of(context)
.client .client
.userDeviceKeys[Matrix.of(context).client.userID!]! .userDeviceKeys[Matrix.of(context).client.userID!]!
.deviceKeys[device.deviceId]! .deviceKeys[device.deviceId]!

View file

@ -1161,10 +1161,10 @@ packages:
dependency: "direct main" dependency: "direct main"
description: description:
name: matrix name: matrix
sha256: b01a8a7141a586853a4f9b2e98b3c9912ff74bbceadc16b2bf3630bf055a830a sha256: "4c94857b53674067b7aeb39723220ee7834128ffde3d54f8185c73a6784bc919"
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "0.22.7" version: "0.23.0"
matrix_api_lite: matrix_api_lite:
dependency: transitive dependency: transitive
description: description:

View file

@ -62,7 +62,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.22.6 matrix: ^0.23.0
matrix_homeserver_recommendations: ^0.3.0 matrix_homeserver_recommendations: ^0.3.0
native_imaging: ^0.1.0 native_imaging: ^0.1.0
package_info_plus: ^4.0.0 package_info_plus: ^4.0.0