feat: Added basic introduction

This commit is contained in:
Deven Joshi
2021-06-11 16:02:27 +05:30
parent e60e15a7c4
commit 59fb6583b9
3 changed files with 24 additions and 1 deletions
@@ -2,4 +2,15 @@
id: introduction
sidebar_position: 1
title: Introduction
---
---
<h2> Official Dart Client for Stream Chat </h2>
The official Dart client for Stream Chat, a service for building chat applications.
This library can be used on any Dart project and on both mobile and web apps with Flutter.
The Low Level Client (stream_chat) provides the basic bindings for integrating Stream Chat into
your Flutter app with the ability to connect users, listening to events, send and receive messages,
channel CRUD operations, etc.
@@ -0,0 +1,6 @@
---
id: setup
sidebar_position: 2
title: Setup
---
@@ -0,0 +1,6 @@
---
id: user_types
sidebar_position: 3
title: User Types
---