feat: added new docs

This commit is contained in:
Deven Joshi
2021-07-06 17:25:25 +05:30
parent bee61cb4fa
commit 38eb8f527d
2 changed files with 37 additions and 1 deletions
@@ -4,3 +4,22 @@ sidebar_position: 2
title: Setup
---
Understanding Setup For stream_chat_flutter
### Add pub.dev dependency
First, you need to add the `stream_chat_flutter` dependency to your pubspec.yaml
You can either run this command:
```
flutter pub add stream_chat_flutter
```
OR
Add this line in the dependencies section of your pubspec.yaml after substituting latest version:
dependencies:
stream_chat_flutter_core: ^latest_version
@@ -4,5 +4,22 @@ sidebar_position: 2
title: Setup
---
Understanding Setup
Understanding Setup For stream_chat_flutter_core
### Add pub.dev dependency
First, you need to add the `stream_chat_flutter_core` dependency to your pubspec.yaml
You can either run this command:
```
flutter pub add stream_chat_flutter_core
```
OR
Add this line in the dependencies section of your pubspec.yaml after substituting latest version:
dependencies:
stream_chat_flutter_core: ^latest_version