Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions sdk/flutter/setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,11 @@ Minimum Requirement

### Add the CometChat Dependency

### Cloudsmith

Add the Cloudsmith hosted repository and dependency to your `pubspec.yaml`:
Add the dependency to your `pubspec.yaml`:

```yaml
dependencies:
cometchat_sdk:
hosted:
url: https://dart.cloudsmith.io/cometchat/cometchat/
version: 5.0.0
cometchat_sdk: ^5.0.0
```

Then run:
Expand Down
9 changes: 2 additions & 7 deletions sdk/flutter/upgrading-from-v4-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,11 @@ This guide helps you migrate your Flutter application from CometChat SDK v4 to v

## Installation

### Cloudsmith

Add the Cloudsmith hosted repository and dependency to your `pubspec.yaml`:
Add the dependency to your `pubspec.yaml`:

```yaml
dependencies:
cometchat_sdk:
hosted:
url: https://dart.cloudsmith.io/cometchat/cometchat/
version: 5.0.0
cometchat_sdk: ^5.0.0
```
Then run:
Expand Down