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

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