From 2d5d0f125c61db00159fd83393adf9f8b3278c13 Mon Sep 17 00:00:00 2001 From: Deven Joshi Date: Fri, 16 Jul 2021 21:20:38 +0530 Subject: [PATCH] fix: removed intro and added detail fixes --- docusaurus/docs/Flutter/basics/introduction.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docusaurus/docs/Flutter/basics/introduction.mdx b/docusaurus/docs/Flutter/basics/introduction.mdx index 06ebb1b8..32e80899 100644 --- a/docusaurus/docs/Flutter/basics/introduction.mdx +++ b/docusaurus/docs/Flutter/basics/introduction.mdx @@ -44,6 +44,8 @@ this package and accessible via providers and builders. Before going into the docs, let's take a small detour to look at how the elements of Stream Chat are structured. +### Basic Structure + There are two core elements in chat, Users and Channels. Channels are groups of one or more users that can message each other. In an app, you need to have a user connected to query channels.