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

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