Minor fixes

This commit is contained in:
Christian Pauly 2020-01-03 14:35:12 +01:00
parent 2c98f4978b
commit 1bd913c35d
3 changed files with 5 additions and 4 deletions

View File

@ -214,7 +214,8 @@ class _ChatState extends State<Chat> {
SizedBox(width: 8), SizedBox(width: 8),
Expanded( Expanded(
child: TextField( child: TextField(
maxLines: kIsWeb ? 1 : 8, minLines: 1,
maxLines: kIsWeb ? 1 : null,
keyboardType: keyboardType:
kIsWeb ? TextInputType.text : TextInputType.multiline, kIsWeb ? TextInputType.text : TextInputType.multiline,
onSubmitted: (t) => send(), onSubmitted: (t) => send(),

View File

@ -82,8 +82,8 @@ packages:
dependency: "direct main" dependency: "direct main"
description: description:
path: "." path: "."
ref: "920d7144ecd32b8d1077abbfec9f7552362e42a8" ref: c78330ea58c36eec197803eb461681d84fa50f42
resolved-ref: "920d7144ecd32b8d1077abbfec9f7552362e42a8" resolved-ref: c78330ea58c36eec197803eb461681d84fa50f42
url: "https://gitlab.com/famedly/famedlysdk.git" url: "https://gitlab.com/famedly/famedlysdk.git"
source: git source: git
version: "0.0.1" version: "0.0.1"

View File

@ -27,7 +27,7 @@ dependencies:
famedlysdk: famedlysdk:
git: git:
url: https://gitlab.com/famedly/famedlysdk.git url: https://gitlab.com/famedly/famedlysdk.git
ref: 920d7144ecd32b8d1077abbfec9f7552362e42a8 ref: c78330ea58c36eec197803eb461681d84fa50f42
localstorage: ^3.0.1+4 localstorage: ^3.0.1+4
bubble: ^1.1.9+1 bubble: ^1.1.9+1