From 14eba411b6e88dd940bb45b61bc5f38740ed8a46 Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Sat, 11 Apr 2020 13:35:34 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c04ad0d..9b495747 100644 --- a/README.md +++ b/README.md @@ -63,10 +63,11 @@ Follow [these instructions](https://pub.dev/packages/image_picker#ios) to check ### Business logic components -We provide 2 Widgets dedicated to business logic and state management: +We provide 3 Widgets dedicated to business logic and state management: - [StreamChat](https://pub.dev/documentation/stream_chat_flutter/latest/stream_chat_flutter/StreamChat-class.html) - [StreamChannel](https://pub.dev/documentation/stream_chat_flutter/latest/stream_chat_flutter/StreamChannel-class.html) +- [ChannelsBloc](https://pub.dev/documentation/stream_chat_flutter/0.2.0-alpha+2/stream_chat_flutter/ChannelsBloc-class.html) ### UI Components