v
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
## 0.1.21
|
||||
|
||||
- Fix video loading and error
|
||||
|
||||
## 0.1.20
|
||||
|
||||
- Add message configuration properties to MessageListView
|
||||
|
||||
@@ -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
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user