Skip to content

Commit 4d00a79

Browse files
- Mention chatview_connect for backend integration
1 parent 53836aa commit 4d00a79

File tree

2 files changed

+19
-4
lines changed

2 files changed

+19
-4
lines changed

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
[![chatview](https://img.shields.io/pub/v/chatview?label=chatview)](https://pub.dev/packages/chatview)
66
[![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/SimformSolutionsPvtLtd/flutter_chatview/blob/main/LICENSE)
77

8-
A Flutter package that allows you to integrate highly customizable chat UI in your Flutter applications.
8+
ChatView is a Flutter package that allows you to integrate a highly customizable chat UI in your
9+
Flutter applications with [Flexible Backend Integration][chatViewConnect].
910

1011
![Preview](https://raw.githubusercontent.com/SimformSolutionsPvtLtd/flutter_chatview/main/preview/chatview.gif)
1112

@@ -22,6 +23,7 @@ A Flutter package that allows you to integrate highly customizable chat UI in yo
2223
- Reply suggestions
2324
- Message status indicators (sent, delivered, read)
2425
- Highly customizable UI components
26+
- Plug-and-play backend support using [chatview_connect][chatViewConnect]
2527

2628
## Documentation
2729

@@ -35,9 +37,19 @@ dependencies:
3537
chatview: <latest-version>
3638
```
3739
40+
## ChatView with Backend Support
41+
42+
Make `ChatView` backend-ready with [chatview_connect][chatViewConnect]
43+
44+
- 🔌 Easy backend integration without boilerplate (🔥 Firebase)
45+
- ⚙️ Setup in 3 steps: set **Service Type** -> **User ID** and get **`ChatManager`**
46+
- 💬 Supports **1-on-1** and **group chats** with **media uploads** *(audio not supported).*
47+
3848
## Support
3949

4050
For issues or feature requests, please [create an issue](https://github.com/SimformSolutionsPvtLtd/flutter_chatview/issues) on GitHub.
4151

4252
## License
43-
This project is licensed under the MIT License - see the [LICENSE](https://simform-flutter-packages.web.app/chatView/license).
53+
This project is licensed under the MIT License - see the [LICENSE](https://simform-flutter-packages.web.app/chatView/license).
54+
55+
[chatViewConnect]: https://pub.dev/packages/chatview_connect

doc/documentation.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Overview
22

3-
ChatView is a Flutter package that allows you to integrate a highly customizable chat UI in your Flutter applications. It supports various features such as:
3+
ChatView is a Flutter package that allows you to integrate a highly customizable chat UI in your
4+
Flutter applications with [Flexible Backend Integration](https://pub.dev/packages/chatview_connect).
45

56
## Preview
67

@@ -18,7 +19,9 @@ ChatView is a Flutter package that allows you to integrate a highly customizable
1819
- Message styling
1920
- Typing indicators
2021
- Reply suggestions
21-
- And many more configuration options
22+
- Connect ChatView to any backend
23+
using [chatview_connect](https://pub.dev/packages/chatview_connect)
24+
- And a wide range of configuration options to customize your chat.
2225

2326
For a live web demo, visit [Chat View Example](https://simformsolutionspvtltd.github.io/flutter_chatview/).
2427

0 commit comments

Comments
 (0)