Skip to content

Commit 158b348

Browse files
chore: 📖 Update documentation & banner
1 parent 752e161 commit 158b348

File tree

3 files changed

+12
-15
lines changed

3 files changed

+12
-15
lines changed

doc/documentation.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,9 @@ Flutter applications with [Flexible Backend Integration](https://pub.dev/package
2020
- User online status indicators
2121
- Typing indicators for active users
2222
- Unread message count badges
23-
- Connect ChatView to any backend
24-
using [chatview_connect](https://pub.dev/packages/chatview_connect)
25-
- And a wide range of configuration options to customize your chat.
26-
- Internationalization support
23+
- Header and Footer support for additional widgets
24+
- Highly customizable UI components with Internationalization support
25+
- Plug-and-play backend support using [chatview_connect](https://pub.dev/packages/chatview_connect)
2726

2827
### ChatView:
2928

@@ -46,10 +45,10 @@ For a live web demo, visit [Chat View Example](https://simformsolutionspvtltd.gi
4645

4746
## Compatibility with [chatview_connect](https://pub.dev/packages/chatview_connect)
4847

49-
| `chatview` version | [chatview_connect](https://pub.dev/packages/chatview_connect) version |
50-
|--------------------|-----------------------------------------------------------------------|
51-
| `>=2.4.1 <3.0.0` | `0.0.1` |
52-
| `>= 3.0.0` | `0.0.2` |
48+
| chatview version | [chatview_connect](https://pub.dev/packages/chatview_connect) version |
49+
|------------------|-----------------------------------------------------------------------|
50+
| `>=2.4.1 <3.0.0` | `0.0.1` |
51+
| `>= 3.0.0` | `0.0.2` |
5352

5453
## Compatible Message Types
5554

@@ -121,7 +120,7 @@ minSdkVersion 21
121120
<uses-permission android:name="android.permission.RECORD_AUDIO"/>
122121
```
123122

124-
# Basic ChatViewList Usage
123+
# ChatViewList - Basic Usage
125124

126125
Here's how to integrate ChatViewList into your Flutter application with minimal setup:
127126

@@ -201,7 +200,7 @@ List<ChatViewListItem> chatList = [
201200
];
202201
```
203202

204-
# Advanced ChatViewList Usage
203+
# ChatViewList - Advanced Usage
205204

206205
ChatViewList offers extensive customization options to tailor the chat list UI to your specific needs.
207206

@@ -535,7 +534,7 @@ ChatViewList(
535534
)
536535
```
537536

538-
# Basic ChatView Usage
537+
# ChatView - Basic Usage
539538

540539
Here's how to integrate ChatView into your Flutter application with minimal setup:
541540

@@ -606,7 +605,7 @@ void onSendTap(String message, ReplyMessage replyMessage, MessageType messageTyp
606605

607606
> Note: You can evaluate message type from the 'messageType' parameter and perform operations accordingly.
608607
609-
# Advanced ChatView Usage
608+
# ChatView - Advanced Usage
610609

611610
ChatView offers extensive customization options to tailor the chat UI to your specific needs.
612611

preview/banner.png

556 KB
Loading

pubspec.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ dependencies:
2020
audio_waveforms: ^1.2.0
2121
cached_network_image: ^3.4.1
2222
# TODO(YASH): Use pub.dev version once chatview_utils latest version is released
23-
chatview_utils:
24-
git:
25-
url: https://github.com/SimformSolutionsPvtLtd/chatview_utils
23+
chatview_utils: ^0.0.2
2624

2725
emoji_picker_flutter: ^4.3.0
2826
flutter:

0 commit comments

Comments
 (0)