17 lines
519 B
Plaintext
17 lines
519 B
Plaintext
---
|
|
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.
|
|
|
|
|