Skip to content

Commit 5c0886a

Browse files
- Mention flutter_chatview_db_connection for backend integration
1 parent 53836aa commit 5c0886a

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
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+
A Flutter package that allows you to integrate highly customizable chat UI in your Flutter
9+
applications with backend connectivity
10+
through [flutter_chatview_db_connection](https://pub.dev/packages/flutter_chatview_db_connection).
911

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

@@ -22,6 +24,8 @@ A Flutter package that allows you to integrate highly customizable chat UI in yo
2224
- Reply suggestions
2325
- Message status indicators (sent, delivered, read)
2426
- Highly customizable UI components
27+
- Plug-and-play backend support
28+
using [flutter_chatview_db_connection](https://pub.dev/packages/flutter_chatview_db_connection)
2529

2630
## Documentation
2731

@@ -35,6 +39,15 @@ dependencies:
3539
chatview: <latest-version>
3640
```
3741
42+
## ChatView with Backend Support
43+
44+
Make `ChatView` backend-ready
45+
with [flutter_chatview_db_connection](https://pub.dev/packages/flutter_chatview_db_connection)
46+
47+
- 🔌 Easy backend integration without boilerplate (🔥 Firebase)
48+
- ⚙️ Setup in 3 steps: set **Service Type** -> **User ID** and get **`ChatManager`**
49+
- 💬 Supports **1-on-1** and **group chats** with **media uploads** *(audio not supported).*
50+
3851
## Support
3952

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

doc/documentation.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
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 backend connectivity
5+
through [flutter_chatview_db_connection](https://pub.dev/packages/flutter_chatview_db_connection).
46

57
## Preview
68

@@ -18,7 +20,9 @@ ChatView is a Flutter package that allows you to integrate a highly customizable
1820
- Message styling
1921
- Typing indicators
2022
- Reply suggestions
21-
- And many more configuration options
23+
- Connect ChatView to any backend
24+
using [flutter_chatview_db_connection](https://pub.dev/packages/flutter_chatview_db_connection)
25+
- And a wide range of configuration options to customize your chat.
2226

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

0 commit comments

Comments
 (0)