Files
stream-chat-flutter/docusaurus/docs/Flutter/stream_chat_flutter/setup.mdx
T
2021-07-07 14:23:24 +05:30

27 lines
455 B
Plaintext

---
id: setup
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
```