feat: Implement experimental bootstrapping

This commit is contained in:
Christian Pauly 2020-12-10 15:06:02 +01:00
commit b5ec986d08
8 changed files with 364 additions and 28 deletions

View file

@ -62,6 +62,8 @@ class _Settings3PidState extends State<Settings3Pid> {
DialogTextField(
hintText: '******',
obscureText: true,
minLines: 1,
maxLines: 1,
),
],
);