Implement jitsi
This commit is contained in:
parent
d110910ef0
commit
f721045d00
7 changed files with 145 additions and 22 deletions
|
|
@ -26,6 +26,7 @@ class SimpleDialogs {
|
|||
content: TextField(
|
||||
controller: controller,
|
||||
autofocus: true,
|
||||
autocorrect: false,
|
||||
onSubmitted: (s) {
|
||||
input = s;
|
||||
Navigator.of(context).pop();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue