version bump

This commit is contained in:
Salvatore Giordano
2020-04-20 12:33:53 +02:00
parent 742887ad9f
commit 0b039bf2f2
2 changed files with 12 additions and 4 deletions
+9 -1
View File
@@ -1,10 +1,18 @@
## 0.1.28
- Add `onTap` to `ChannelImage`
- Add `onImageTap` and `onTitleTap` to `ChannelHeader`
- Add `onImageTap` to `ChannelListView`
## 0.1.27 ## 0.1.27
- Show other member user's name and image in one to one channels - Show other member user's name and image in one to one channels
## 0.1.25 ## 0.1.25
- Fx overflow in mentions overlay - Fix overflow in mentions overlay
## 0.1.23 ## 0.1.23
+3 -3
View File
@@ -1,7 +1,7 @@
name: stream_chat_flutter name: stream_chat_flutter
homepage: https://github.com/GetStream/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. description: Stream Chat official Flutter SDK. Build your own chat experience using Dart and Flutter.
version: 0.1.27 version: 0.1.28
environment: environment:
sdk: ">=2.3.0 <3.0.0" sdk: ">=2.3.0 <3.0.0"
@@ -16,10 +16,10 @@ dependencies:
url_launcher: ^5.4.2 url_launcher: ^5.4.2
video_player: ^0.10.8+1 video_player: ^0.10.8+1
chewie: ^0.9.10 chewie: ^0.9.10
file_picker: ^1.6.3+1 file_picker: ^1.6.3+2
image_picker: ^0.6.5 image_picker: ^0.6.5
flutter_keyboard_visibility: ^2.0.0 flutter_keyboard_visibility: ^2.0.0
stream_chat: ^0.1.21 stream_chat: ^0.1.27
mime: ^0.9.6+3 mime: ^0.9.6+3
visibility_detector: ^0.1.4 visibility_detector: ^0.1.4
http_parser: ^3.1.4 http_parser: ^3.1.4