From 18d76f505cb83e7d84efcde6156a5ff1056dcbf7 Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Fri, 10 Apr 2020 16:13:37 +0200 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c1c6b4a..125f0021 100644 --- a/README.md +++ b/README.md @@ -31,11 +31,19 @@ The example is available under the [example](https://github.com/GetStream/stream ```yaml dependencies: - stream_chat_flutter: ^0.1.19 + stream_chat_flutter: ^0.1.20 ``` You should then run `flutter packages get` +### Alpha version + +Use version `^0.2.0-alpha` 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. + +Thanks to whoever tries these versions and reports bugs or suggestions. + ### Android All set ✅