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
+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.