feat: Added new docs and images

This commit is contained in:
Deven Joshi
2021-07-07 16:35:58 +05:30
parent 0df84d9d9b
commit cc92f4e815
7 changed files with 14 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 242 KiB

@@ -6,6 +6,8 @@ title: ChannelHeader
A Widget To Display Common Channel Details A Widget To Display Common Channel Details
Find the pub.dev documentation [here](https://pub.dev/documentation/stream_chat_flutter/latest/stream_chat_flutter/ChannelHeader-class.html)
![](../assets/channel_header.png) ![](../assets/channel_header.png)
### Background ### Background
@@ -6,6 +6,8 @@ title: ChannelListHeader
A Header Widget For A List Of Channels A Header Widget For A List Of Channels
Find the pub.dev documentation [here](https://pub.dev/documentation/stream_chat_flutter/latest/stream_chat_flutter/ChannelListHeader-class.html)
![](../assets/channel_list_header.png) ![](../assets/channel_list_header.png)
### Background ### Background
@@ -6,6 +6,8 @@ title: MessageInput
A Widget Dealing With Everything Related To Sending A Message A Widget Dealing With Everything Related To Sending A Message
Find the pub.dev documentation [here](https://pub.dev/documentation/stream_chat_flutter/latest/stream_chat_flutter/MessageInput-class.html)
![](../assets/message_input.png) ![](../assets/message_input.png)
### Background ### Background
@@ -6,6 +6,10 @@ title: MessageSearchListView
A Widget To Search For Messages Across Channels A Widget To Search For Messages Across Channels
Find the pub.dev documentation [here](https://pub.dev/documentation/stream_chat_flutter/latest/stream_chat_flutter/MessageSearchListView-class.html)
![](../assets/message_search_list_view.png)
### Background ### Background
Users in Stream Chat can have several channels and it can get hard to remember which channel has the Users in Stream Chat can have several channels and it can get hard to remember which channel has the
@@ -6,6 +6,8 @@ title: MessageWidget
A Widget For Displaying Messages And Attachments A Widget For Displaying Messages And Attachments
Find the pub.dev documentation [here](https://pub.dev/documentation/stream_chat_flutter/latest/stream_chat_flutter/MessageWidget-class.html)
### Background ### Background
There are several things that need to be displayed with text in a message in a modern messaging app: There are several things that need to be displayed with text in a message in a modern messaging app:
@@ -6,6 +6,8 @@ title: UserListView
A Widget For Displaying And Selecting Users A Widget For Displaying And Selecting Users
Find the pub.dev documentation [here](https://pub.dev/documentation/stream_chat_flutter/latest/stream_chat_flutter/UserListView-class.html)
### Background ### Background
A list of users is required for many different purposes: showing a list of users in a Channel, A list of users is required for many different purposes: showing a list of users in a Channel,