feat: Added new docs
This commit is contained in:
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
id: local_data_persistence
|
||||||
|
sidebar_position: 9
|
||||||
|
title: Adding Local Data Persistence
|
||||||
|
---
|
||||||
|
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
id: adding_push_notifications
|
||||||
|
sidebar_position: 8
|
||||||
|
title: Adding Push Notifications
|
||||||
|
---
|
||||||
|
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
id: channel_list_view
|
||||||
|
sidebar_position: 4
|
||||||
|
title: ChannelListView
|
||||||
|
---
|
||||||
|
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
id: customising_widgets
|
||||||
|
sidebar_position: 7
|
||||||
|
title: Customising Widgets
|
||||||
|
---
|
||||||
|
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
id: message_input
|
||||||
|
sidebar_position: 6
|
||||||
|
title: Message Input
|
||||||
|
---
|
||||||
|
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
id: message_list_view
|
||||||
|
sidebar_position: 5
|
||||||
|
title: MessageListView
|
||||||
|
---
|
||||||
|
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
id: stream_chat_and_theming
|
||||||
|
sidebar_position: 3
|
||||||
|
title: StreamChat And Theming
|
||||||
|
---
|
||||||
|
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
id: channel_list_core
|
id: channel_list_core
|
||||||
sidebar_position: 4
|
sidebar_position: 4
|
||||||
title: Channel List Core
|
title: ChannelListCore
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
id: channels_bloc
|
id: channels_bloc
|
||||||
sidebar_position: 7
|
sidebar_position: 7
|
||||||
title: Channels Bloc
|
title: ChannelsBloc
|
||||||
---
|
---
|
||||||
|
|
||||||
`ChannelsBloc` is a widget dedicated to the management of a channel list with pagination.
|
`ChannelsBloc` is a widget dedicated to the management of a channel list with pagination.
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
id: message_list_core
|
id: message_list_core
|
||||||
sidebar_position: 5
|
sidebar_position: 5
|
||||||
title: Message List Core
|
title: MessageListCore
|
||||||
---
|
---
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
id: message_search_list_block
|
id: message_search_list_block
|
||||||
sidebar_position: 8
|
sidebar_position: 8
|
||||||
title: Message Search List Bloc
|
title: MessageSearchListBloc
|
||||||
---
|
---
|
||||||
|
|
||||||
`MessageSearchBloc` is used to manage a list of messages with pagination.
|
`MessageSearchBloc` is used to manage a list of messages with pagination.
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
id: message_search_list_core
|
id: message_search_list_core
|
||||||
sidebar_position: 6
|
sidebar_position: 6
|
||||||
title: Message Search List Core
|
title: MessageSearchListCore
|
||||||
---
|
---
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
id: stream_chat_core
|
id: stream_chat_core
|
||||||
sidebar_position: 3
|
sidebar_position: 3
|
||||||
title: Stream Chat Core
|
title: StreamChatCore
|
||||||
---
|
---
|
||||||
|
|
||||||
`StreamChatCore` is a version of `StreamChat` found in stream_chat_flutter that is decoupled from
|
`StreamChatCore` is a version of `StreamChat` found in stream_chat_flutter that is decoupled from
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
id: users_bloc
|
id: users_bloc
|
||||||
sidebar_position: 9
|
sidebar_position: 9
|
||||||
title: Users Bloc
|
title: UsersBloc
|
||||||
---
|
---
|
||||||
|
|
||||||
Widget dedicated to the management of a users list with pagination.
|
Widget dedicated to the management of a users list with pagination.
|
||||||
|
|||||||
Reference in New Issue
Block a user