fix: added new docs

This commit is contained in:
Deven Joshi
2021-07-06 12:41:02 +05:30
parent bbf4f26c1d
commit e2d4df8e2a
2 changed files with 76 additions and 12 deletions
@@ -6,7 +6,9 @@ title: Introduction
Understanding The UI Package Of The Flutter SDK
The official Flutter components for Stream Chat, a service for building chat applications.
### What function does `stream_chat_flutter` serve?
The UI SDK (`stream_chat_flutter`) contains official Flutter components for Stream Chat, a service for building chat applications.
While the Stream Chat service provides the backend for messaging and the LLC provides an easy way to
use it in your Flutter apps, we wanted to make sure that adding Chat functionality to your app was as quick as possible.