Apply suggestions from code review

This commit is contained in:
Salvatore Giordano
2021-07-09 15:50:28 +02:00
committed by GitHub
parent a2fbc37d53
commit 64b38a68c8
11 changed files with 14 additions and 16 deletions
@@ -4,7 +4,7 @@ sidebar_position: 10
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)
@@ -4,7 +4,7 @@ sidebar_position: 4
title: ChannelListView
---
A Widget for displaying a list of channels
A Widget For Displaying A List Of Channels
Find the pub.dev documentation [here](https://pub.dev/documentation/stream_chat_flutter/latest/stream_chat_flutter/ChannelListView-class.html)
@@ -109,4 +109,3 @@ ChannelListView(
),
```
@@ -4,7 +4,7 @@ sidebar_position: 1
title: Introduction
---
Understanding the UI package of the Flutter SDK
Understanding The UI Package Of The Flutter SDK
### What function does `stream_chat_flutter` serve?
@@ -16,4 +16,3 @@ use it in your Flutter apps, we wanted to make sure that adding Chat functionali
The UI package is built on top of the low-level client and the core package and allows you to build a
full fledged app with either the inbuilt components, modify existing components, or easily add widgets
of your own to match your app's style better.
@@ -4,7 +4,7 @@ sidebar_position: 6
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)
@@ -167,4 +167,4 @@ MessageInput(
),
```
![](../assets/message_input_change_position.png)
![](../assets/message_input_change_position.png)
@@ -4,7 +4,7 @@ sidebar_position: 5
title: MessageListView
---
A Widget for displaying a list of messages
A Widget For Displaying A List Of Messages
Find the pub.dev documentation [here](https://pub.dev/documentation/stream_chat_flutter/latest/stream_chat_flutter/MessageListView-class.html)
@@ -4,7 +4,7 @@ sidebar_position: 8
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)
@@ -4,7 +4,7 @@ sidebar_position: 11
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)
@@ -95,4 +95,4 @@ MessageWidget(
//...
reverse = true,
)
```
```
@@ -4,7 +4,7 @@ sidebar_position: 2
title: Setup
---
Understanding setup for `stream_chat_flutter`
Understanding Setup For `stream_chat_flutter`
### Add pub.dev dependency
@@ -4,7 +4,7 @@ sidebar_position: 7
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)