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