This commit is contained in:
Christian Pauly 2020-02-05 09:26:58 +01:00
parent 6f48a68798
commit a645ee54ac
2 changed files with 16 additions and 3 deletions

View File

@ -50,7 +50,6 @@ class _ChatEncryptionSettingsState extends State<ChatEncryptionSettings> {
Widget build(BuildContext context) { Widget build(BuildContext context) {
room ??= Matrix.of(context).client.getRoomById(widget.id); room ??= Matrix.of(context).client.getRoomById(widget.id);
roomUpdate ??= room.onUpdate.stream.listen((s) => setState(() => null)); roomUpdate ??= room.onUpdate.stream.listen((s) => setState(() => null));
print(Matrix.of(context).client.userDeviceKeys.length);
return Scaffold( return Scaffold(
appBar: AppBar( appBar: AppBar(

View File

@ -57,6 +57,13 @@ packages:
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "2.0.0" version: "2.0.0"
canonical_json:
dependency: transitive
description:
name: canonical_json
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.0"
charcode: charcode:
dependency: transitive dependency: transitive
description: description:
@ -110,8 +117,8 @@ packages:
dependency: "direct main" dependency: "direct main"
description: description:
path: "." path: "."
ref: "6a6ca40e96712d2ad3638fec7ec3ec5b17eaedca" ref: "4bf6a4bcb60ca8877b5f2d435978e47358c20cad"
resolved-ref: "6a6ca40e96712d2ad3638fec7ec3ec5b17eaedca" resolved-ref: "4bf6a4bcb60ca8877b5f2d435978e47358c20cad"
url: "https://gitlab.com/famedly/famedlysdk.git" url: "https://gitlab.com/famedly/famedlysdk.git"
source: git source: git
version: "0.0.1" version: "0.0.1"
@ -448,6 +455,13 @@ packages:
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "1.1.6" version: "1.1.6"
unorm_dart:
dependency: transitive
description:
name: unorm_dart
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.2"
url_launcher: url_launcher:
dependency: "direct main" dependency: "direct main"
description: description: