mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-24 04:59:26 +01:00
Clean up
This commit is contained in:
parent
6f48a68798
commit
a645ee54ac
@ -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(
|
||||||
|
18
pubspec.lock
18
pubspec.lock
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user