Apply suggestions from code review
This commit is contained in:
@@ -4,7 +4,7 @@ sidebar_position: 10
|
|||||||
title: ChannelHeader
|
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)
|
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
|
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)
|
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
|
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?
|
### 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
|
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
|
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.
|
of your own to match your app's style better.
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ sidebar_position: 6
|
|||||||
title: MessageInput
|
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)
|
Find the pub.dev documentation [here](https://pub.dev/documentation/stream_chat_flutter/latest/stream_chat_flutter/MessageInput-class.html)
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ sidebar_position: 5
|
|||||||
title: MessageListView
|
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)
|
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
|
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)
|
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
|
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)
|
Find the pub.dev documentation [here](https://pub.dev/documentation/stream_chat_flutter/latest/stream_chat_flutter/MessageWidget-class.html)
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ sidebar_position: 2
|
|||||||
title: Setup
|
title: Setup
|
||||||
---
|
---
|
||||||
|
|
||||||
Understanding setup for `stream_chat_flutter`
|
Understanding Setup For `stream_chat_flutter`
|
||||||
|
|
||||||
### Add pub.dev dependency
|
### Add pub.dev dependency
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ sidebar_position: 7
|
|||||||
title: UserListView
|
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)
|
Find the pub.dev documentation [here](https://pub.dev/documentation/stream_chat_flutter/latest/stream_chat_flutter/UserListView-class.html)
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ sidebar_position: 1
|
|||||||
title: Introduction
|
title: Introduction
|
||||||
---
|
---
|
||||||
|
|
||||||
Understanding the core package of the Flutter SDK
|
Understanding The Core Package Of The Flutter SDK
|
||||||
|
|
||||||
This package provides business logic to fetch common things required for integrating Stream Chat into your application.
|
This package provides business logic to fetch common things required for integrating Stream Chat into your application.
|
||||||
The core package allows more customisation and hence provides business logic but no UI components.
|
The core package allows more customisation and hence provides business logic but no UI components.
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ sidebar_position: 2
|
|||||||
title: Setup
|
title: Setup
|
||||||
---
|
---
|
||||||
|
|
||||||
Understanding setup for `stream_chat_flutter_core`
|
Understanding Setup For `stream_chat_flutter_core`
|
||||||
|
|
||||||
### Add pub.dev dependency
|
### Add pub.dev dependency
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user