feat: Added basic introduction
This commit is contained in:
@@ -2,4 +2,15 @@
|
|||||||
id: introduction
|
id: introduction
|
||||||
sidebar_position: 1
|
sidebar_position: 1
|
||||||
title: Introduction
|
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
|
||||||
|
---
|
||||||
|
|
||||||
Reference in New Issue
Block a user