You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ahref="https://pub.dev/packages/cometchat_uikit_shared"><strong>CometChat UIKit Shared</strong></a> serves as a foundation for two robust UI Kits - <ahref="https://pub.dev/packages/cometchat_chat_uikit"><strong>CometChat Chat UIKit</strong></a> and <ahref="https://pub.dev/packages/cometchat_calls_uikit"><strong>CometChat Calls UIKit</strong></a>. The modular design of the resources and widgets provided by this package ensures efficient code reuse and consistent styling across your app. <br/>
7
+
This carefully crafted library, built with Dart and Flutter, empowers you with:
8
+
#### Pre-built UI Components:
9
+
- The message bubbles displayed in `CometChatMessageList` from Chat UI Kit.
10
+
-`CometChatListBase` and `CometChatListItem` which is used to construct the list of users, groups and conversations in the Chat UI Kit.
11
+
- Status indicator to indicate if an user is online or offline.
12
+
- the card and button widgets which are used to construct the incoming and outgoing call screens provided by the Calls UI Kit and much more.
6
13
7
-
CometChat Flutter UIKit provides pre-built user interface kit that developers can use to quickly integrate a reliable & fully featured chat experience into an existing or a new mobile app.<br />
14
+
<br/>
15
+
16
+
#### Extensive Utility Resources:
17
+
- Beyond UI components, cometchat_uikit_shared offers a plethora of utility resources. From streamlined setup processes to intricate behind-the-scenes functionalities, it ensures a robust foundation for your application.
18
+
- Set up the CometChat SDK seamlessly with built-in functionalities for sending and receiving messages.
19
+
20
+
<br/>
8
21
9
22
### Prerequisites
10
-
- Flutter 3.0.5
11
-
- Dart 2.17.6
12
-
- Android Studio 2021.3 dolphin
13
-
- Xcode 14.2
23
+
- Flutter 3.10.5
24
+
- Dart 3.0.5
25
+
- Android Studio 2022.2
26
+
- Xcode 14.3
14
27
- Android 9, API 28 and above
15
-
- iOS 11.0
28
+
- iOS 12.0
16
29
17
30
## Getting Started
18
-
To set up Flutter Chat UIKit and utilize CometChat for your chat functionality, you'll need to follow these steps:
19
-
20
-
1.**Create an Account**: Register at the [CometChat Dashboard](https://app.cometchat.com/) to create an account.
21
-
22
-
2.**Create an Application**: After registering, log into your CometChat account and create a new app. Once created, CometChat will generate an Auth Key and App ID for you. Keep these credentials secure as you'll need them later.
23
-
24
-
3.**Check the [Key Concepts](https://www.cometchat.com/docs/v4/flutter-uikit/key-concepts)** to understand the basic components of CometChat.
25
-
26
-
4.**Refer to the [Integration Steps](https://www.cometchat.com/docs/v4/flutter-uikit/integration#getting-started)** in our documentation to integrate the UI Kit into your Flutter app.
31
+
To set up CometChat's Flutter UIKit and utilize CometChat for your chat and calls functionality which internally used this package as a dependency, you'll need to follow these steps:
32
+
- Registration: Go to the CometChat website (https://www.cometchat.com/) and sign up for an account.
33
+
- Create an App: After registering, log in to your CometChat account and create a new app. Provide the necessary details such as the app name, platform (Flutter), and other relevant information. Once you've created the app, CometChat will generate an Auth Key and App ID for you. Make sure to keep these credentials secure, as you'll need them later.
34
+
- Make sure you've read the [key concepts](https://www.cometchat.com/docs/v4/flutter-uikit/key-concepts)
35
+
- Follow the steps provided in the integration section [here](https://www.cometchat.com/docs/v4/flutter-uikit/integration#getting-started)
27
36
28
37
## Help and Support
29
-
For issues running the project or integrating with our UI Kits, consult our [documentation](https://www.cometchat.com/docs/react-uikit/integration) or create a [support ticket](https://help.cometchat.com/hc/en-us) or seek real-time support via the [CometChat Dashboard](https://app.cometchat.com/).
30
-
31
-
38
+
For issues running the project or integrating with our UI Kits, consult our [documentation](https://www.cometchat.com/docs/v4/flutter-uikit/integration) or create a [support ticket](https://help.cometchat.com/hc/en-us) or seek real-time support via the [CometChat Dashboard](https://app.cometchat.com/).
0 commit comments