From 4abdcfc335018befee6d47d67dfdc97a64dbff32 Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Fri, 10 Apr 2020 09:59:27 +0200 Subject: [PATCH] refs #22: set keyboard type to text. Now the keyboard shows the submit button --- lib/src/message_input.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/src/message_input.dart b/lib/src/message_input.dart index 0b435b24..7b59e694 100644 --- a/lib/src/message_input.dart +++ b/lib/src/message_input.dart @@ -147,6 +147,7 @@ class _MessageInputState extends State { onSubmitted: (_) { _sendMessage(context); }, + keyboardType: TextInputType.text, controller: _textController, focusNode: _focusNode, onChanged: (s) {