From 6d17472d076d7d98a5bd3203c232dddb29f098e8 Mon Sep 17 00:00:00 2001 From: Deven Joshi Date: Tue, 22 Jun 2021 18:07:15 +0530 Subject: [PATCH] feat: Added new docs --- .../Flutter/stream_chat_flutter_core/stream_chat_core.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docusaurus/docs/Flutter/stream_chat_flutter_core/stream_chat_core.mdx b/docusaurus/docs/Flutter/stream_chat_flutter_core/stream_chat_core.mdx index f77c6fe2..c0f10e6c 100644 --- a/docusaurus/docs/Flutter/stream_chat_flutter_core/stream_chat_core.mdx +++ b/docusaurus/docs/Flutter/stream_chat_flutter_core/stream_chat_core.mdx @@ -3,3 +3,11 @@ id: stream_chat_core sidebar_position: 3 title: Stream Chat Core --- + +`StreamChatCore` is a version of `StreamChat` found in stream_chat_flutter that is decoupled from +theme and initialisations. + +Widget used to provide information about the chat to the widget tree. +This Widget is used to react to life cycle changes and system updates. +When the app goes into the background, the websocket connection is kept +alive for two minutes before being terminated. \ No newline at end of file