Implement jitsi

This commit is contained in:
Christian Pauly
2020-04-08 17:43:07 +02:00
parent 4852fd42ad
commit 7f93dd2c97
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();