@@ -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
126125Here'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
206205ChatViewList 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
540539Here'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
611610ChatView offers extensive customization options to tailor the chat UI to your specific needs.
612611
0 commit comments