build: Update matrix dart sdk
This commit is contained in:
parent
8c946815fb
commit
32d868b5bd
3 changed files with 3 additions and 4 deletions
|
|
@ -102,7 +102,6 @@ class SettingsNotificationsController extends State<SettingsNotifications> {
|
||||||
});
|
});
|
||||||
try {
|
try {
|
||||||
await Matrix.of(context).client.setPushRuleEnabled(
|
await Matrix.of(context).client.setPushRuleEnabled(
|
||||||
'global',
|
|
||||||
item.type,
|
item.type,
|
||||||
item.key,
|
item.key,
|
||||||
enabled,
|
enabled,
|
||||||
|
|
|
||||||
|
|
@ -1231,10 +1231,10 @@ packages:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
name: matrix
|
name: matrix
|
||||||
sha256: bf2127e89041441ccd873a6435ff289a8f45e5e83337db95493bb239b56ed4aa
|
sha256: e06783394db3a49dbcd98a45803cac7d735a2fb1e3aafef65ddf01e72e16fc83
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "0.33.0"
|
version: "0.34.0"
|
||||||
meta:
|
meta:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
|
|
|
||||||
|
|
@ -65,7 +65,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.33.0
|
matrix: ^0.34.0
|
||||||
mime: ^1.0.6
|
mime: ^1.0.6
|
||||||
native_imaging: ^0.1.1
|
native_imaging: ^0.1.1
|
||||||
opus_caf_converter_dart: ^1.0.1
|
opus_caf_converter_dart: ^1.0.1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue