Skip to main content

Documentation Index

Fetch the complete documentation index at: https://cometchat-22654f5b-release-ios-chat-uikit-v5-1-2.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Upgrading from v3.x to v4 is fairly simple. Below are the major changes that are released as a part of CometChat v4: Please follow the Setup instructions to upgrade to the latest V4 version.

Chat Import Change

Remove all the imports of CometChat Flutter v3 SDK or replace it with single import statement
import 'package:cometchat_sdk/cometchat_sdk.dart';

Calling Import Change

Remove all the imports of CometChat Flutter v3 SDK or replace it with single import statement
import 'package:cometchat_calls_sdk/cometchat_calls_sdk.dart';