feat: Added new docs
This commit is contained in:
@@ -13,3 +13,7 @@ The UI SDK (`stream_chat_flutter`) contains official Flutter components for Stre
|
||||
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.
|
||||
|
||||
The UI package is built on top of the low-level client and the core package and allows you to build a
|
||||
full fledged app with either the inbuilt components, modify existing components, or easily add widgets
|
||||
of your own to match your app's style better.
|
||||
|
||||
|
||||
@@ -20,6 +20,7 @@ OR
|
||||
|
||||
Add this line in the dependencies section of your pubspec.yaml after substituting latest version:
|
||||
|
||||
```
|
||||
dependencies:
|
||||
stream_chat_flutter_core: ^latest_version
|
||||
|
||||
```
|
||||
|
||||
@@ -20,6 +20,8 @@ OR
|
||||
|
||||
Add this line in the dependencies section of your pubspec.yaml after substituting latest version:
|
||||
|
||||
```
|
||||
dependencies:
|
||||
stream_chat_flutter_core: ^latest_version
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user