version bump

This commit is contained in:
Salvatore Giordano
2020-05-14 15:52:40 +02:00
parent 91c1b261c0
commit e8be4a2575
5 changed files with 13 additions and 6 deletions
+5
View File
@@ -1,3 +1,8 @@
## 0.2.1-alpha+2
- Fixed reactions bubble going below other messages
- Updated llc dependency
## 0.2.1-alpha+1
- Removed the additional `Navigator` in `StreamChat` widget.
-1
View File
@@ -69,7 +69,6 @@ void main() async {
's2dxdhpxd94g',
logLevel: Level.INFO,
showLocalNotification: Platform.isAndroid ? showLocalNotification : null,
backgroundKeepAlive: Duration.zero,
persistenceEnabled: true,
// baseURL: 'chat-us-east-staging.stream-io-api.com',
);
+5 -1
View File
@@ -237,7 +237,7 @@ class _MessageWidgetState extends State<MessageWidget> {
if (widget.showSendingIndicator ==
DisplayWidget.hide)
SizedBox(
width: 6,
width: 8,
),
if (widget.showUserAvatar == DisplayWidget.show)
_buildUserAvatar(),
@@ -332,7 +332,11 @@ class _MessageWidgetState extends State<MessageWidget> {
void _updateReactionPadding() {
WidgetsBinding.instance.addPostFrameCallback((timeStamp) {
if (!mounted) {
return;
}
if (_reactionPickerKey.currentContext != null &&
widget.message.reactionCounts != null &&
widget.message.reactionCounts.values
.where((element) => element > 0)
.length >
-1
View File
@@ -73,7 +73,6 @@ class StreamChannelState extends State<StreamChannel> {
),
)
.then((res) {
print('res.messages.length: ${res.messages.length}');
if (res.messages.isEmpty) {
_paginationEnded = true;
}
+3 -3
View File
@@ -1,7 +1,7 @@
name: stream_chat_flutter
homepage: https://github.com/GetStream/stream-chat-flutter
description: Stream Chat official Flutter SDK. Build your own chat experience using Dart and Flutter.
version: 0.2.1-alpha+1
version: 0.2.1-alpha+2
environment:
sdk: ">=2.3.0 <3.0.0"
@@ -16,12 +16,12 @@ dependencies:
cached_network_image: ^2.2.0+1
flutter_markdown: ^0.3.5
url_launcher: ^5.4.7
video_player: ^0.10.10
video_player: ^0.10.11
chewie: ^0.9.10
file_picker: ^1.9.0+1
image_picker: ^0.6.6+1
flutter_keyboard_visibility: ^2.0.0
stream_chat: ^0.2.0-alpha+9
stream_chat: ^0.2.0-alpha+11
mime: ^0.9.6+3
visibility_detector: ^0.1.5
http_parser: ^3.1.4