chore: Clickable links in stories

This commit is contained in:
Christian Pauly 2021-12-26 12:46:18 +01:00
commit 394f0f091c
3 changed files with 103 additions and 13 deletions

View file

@ -88,7 +88,8 @@ class AddStoryView extends StatelessWidget {
child: TextField(
controller: controller.controller,
minLines: 1,
maxLines: 20,
maxLines: 15,
maxLength: 500,
autofocus: true,
textAlign: TextAlign.center,
style: TextStyle(