This commit is contained in:
Salvatore Giordano
2020-04-10 17:17:01 +02:00
parent fefcc50280
commit 3306a32db7
3 changed files with 7 additions and 3 deletions
+4
View File
@@ -1,3 +1,7 @@
## 0.1.21
- Fix video loading and error
## 0.1.20
- Add message configuration properties to MessageListView
+2 -2
View File
@@ -31,14 +31,14 @@ The example is available under the [example](https://github.com/GetStream/stream
```yaml
dependencies:
stream_chat_flutter: ^0.1.20
stream_chat_flutter: ^0.1.21
```
You should then run `flutter packages get`
### Alpha version
Use version `^0.2.0-alpha` to use the latest available version.
Use version `^0.2.0-alpha+1` to use the latest available version.
Note that this is still an alpha version. There may be some bugs and the api can change in breaking ways.
+1 -1
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.1.20
version: 0.1.21
environment:
sdk: ">=2.3.0 <3.0.0"