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
Copy file name to clipboardExpand all lines: doc/documentation.md
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
# Overview
2
2
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).
4
6
5
7
## Preview
6
8
@@ -18,7 +20,9 @@ ChatView is a Flutter package that allows you to integrate a highly customizable
18
20
- Message styling
19
21
- Typing indicators
20
22
- 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.
22
26
23
27
For a live web demo, visit [Chat View Example](https://simformsolutionspvtltd.github.io/flutter_chatview/).
0 commit comments