fix: qa fixes
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 400 B |
@@ -301,6 +301,7 @@ class MessageInputState extends State<MessageInput> {
|
||||
enabled: _inputEnabled,
|
||||
minLines: null,
|
||||
maxLines: null,
|
||||
expands: true,
|
||||
onSubmitted: (_) {
|
||||
sendMessage();
|
||||
},
|
||||
@@ -513,6 +514,11 @@ class MessageInputState extends State<MessageInput> {
|
||||
...commands
|
||||
.map(
|
||||
(c) => ListTile(
|
||||
leading: c.name == 'giphy' ? CircleAvatar(
|
||||
backgroundColor: Colors.black,
|
||||
child: Image.asset('images/giphy_icon.png'),
|
||||
maxRadius: 12.0,
|
||||
) : null,
|
||||
title: Text.rich(
|
||||
TextSpan(
|
||||
text: '${c.name.capitalize()}',
|
||||
|
||||
@@ -32,6 +32,8 @@ dependencies:
|
||||
clipboard: ^0.1.2+8
|
||||
|
||||
flutter:
|
||||
assets:
|
||||
- images/giphy_icon.png
|
||||
fonts:
|
||||
- family: stream-icons
|
||||
fonts:
|
||||
|
||||
Reference in New Issue
Block a user