From e1ff889fc8cca1d9899235339fb06d54ad8dd214 Mon Sep 17 00:00:00 2001 From: Tommaso Barbugli Date: Thu, 20 Feb 2020 13:25:09 +0100 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 2e2ee086..c253d781 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,15 @@ The best place to start is the [Flutter Chat Tutorial](https://getstream.io/chat TODO +### Add dependency + +```yaml +dependencies: + stream_chat_flutter: ^0.1.0 +``` + +You should then run `flutter packages get` + ## Docs TODO