Minor fixes
This commit is contained in:
parent
2c98f4978b
commit
1bd913c35d
|
@ -214,7 +214,8 @@ class _ChatState extends State<Chat> {
|
|||
SizedBox(width: 8),
|
||||
Expanded(
|
||||
child: TextField(
|
||||
maxLines: kIsWeb ? 1 : 8,
|
||||
minLines: 1,
|
||||
maxLines: kIsWeb ? 1 : null,
|
||||
keyboardType:
|
||||
kIsWeb ? TextInputType.text : TextInputType.multiline,
|
||||
onSubmitted: (t) => send(),
|
||||
|
|
|
@ -82,8 +82,8 @@ packages:
|
|||
dependency: "direct main"
|
||||
description:
|
||||
path: "."
|
||||
ref: "920d7144ecd32b8d1077abbfec9f7552362e42a8"
|
||||
resolved-ref: "920d7144ecd32b8d1077abbfec9f7552362e42a8"
|
||||
ref: c78330ea58c36eec197803eb461681d84fa50f42
|
||||
resolved-ref: c78330ea58c36eec197803eb461681d84fa50f42
|
||||
url: "https://gitlab.com/famedly/famedlysdk.git"
|
||||
source: git
|
||||
version: "0.0.1"
|
||||
|
|
|
@ -27,7 +27,7 @@ dependencies:
|
|||
famedlysdk:
|
||||
git:
|
||||
url: https://gitlab.com/famedly/famedlysdk.git
|
||||
ref: 920d7144ecd32b8d1077abbfec9f7552362e42a8
|
||||
ref: c78330ea58c36eec197803eb461681d84fa50f42
|
||||
|
||||
localstorage: ^3.0.1+4
|
||||
bubble: ^1.1.9+1
|
||||
|
|
Loading…
Reference in a new issue