fix send button and readme
This commit is contained in:
@@ -81,11 +81,11 @@ class _MessageInputState extends State<MessageInput> {
|
||||
},
|
||||
child: Padding(
|
||||
padding: const EdgeInsets.all(8.0),
|
||||
child: textController.text.isNotEmpty
|
||||
? Icon(CupertinoIcons.arrow_up_circle_fill,
|
||||
color: CupertinoColors.activeGreen, size: 35)
|
||||
: Icon(CupertinoIcons.exclamationmark_circle_fill,
|
||||
color: CupertinoColors.systemRed, size: 35),
|
||||
child: Icon(
|
||||
CupertinoIcons.arrow_up_circle_fill,
|
||||
color: CupertinoColors.activeGreen,
|
||||
size: 35,
|
||||
),
|
||||
),
|
||||
),
|
||||
decoration: BoxDecoration(
|
||||
|
||||
@@ -24,12 +24,7 @@ dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
intl: ^0.16.1
|
||||
#stream_chat_flutter: ^1.2.0-beta
|
||||
stream_chat_flutter:
|
||||
git:
|
||||
url: git://github.com/GetStream/stream-chat-flutter.git
|
||||
path: packages/stream_chat_flutter
|
||||
ref: develop
|
||||
stream_chat_flutter: ^1.3.0-beta
|
||||
animations: ^1.0.0+5
|
||||
collection: ^1.14.13
|
||||
cached_network_image: ^2.0.0-rc
|
||||
|
||||
Reference in New Issue
Block a user