Implement jitsi

This commit is contained in:
Christian Pauly 2020-04-08 17:43:07 +02:00
commit f721045d00
7 changed files with 145 additions and 22 deletions

View file

@ -26,6 +26,7 @@ class SimpleDialogs {
content: TextField(
controller: controller,
autofocus: true,
autocorrect: false,
onSubmitted: (s) {
input = s;
Navigator.of(context).pop();