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
@@ -27,9 +27,9 @@ Flutter applications with [Flexible Backend Integration][chatViewConnect].
27
27
28
28
## Documentation
29
29
30
-
Visit our [documentation](https://simform-flutter-packages.web.app/chatView) site for detailed guides, API references, and examples.for detailed guides, API references, code examples, and more. All implementation details, usage instructions, and advanced features can be found in the documentation.
30
+
Visit our [documentation](https://simform-flutter-packages.web.app/chatView) site for all
31
+
implementation details, usage instructions, code examples, and advanced features.
31
32
32
-
We welcome improvements to our documentation! If you find any issues or have suggestions, please [create an issue](https://github.com/SimformSolutionsPvtLtd/flutter_chatview/issues). To contribute fixes, please create a pull request with your changes to the `doc/documentation.md` file. We appreciate your help in making our documentation better!
33
33
## Installation
34
34
35
35
```yaml
@@ -47,9 +47,15 @@ Make `ChatView` backend-ready with [chatview_connect][chatViewConnect]
47
47
48
48
## Support
49
49
50
-
For issues or feature requests, please [create an issue](https://github.com/SimformSolutionsPvtLtd/flutter_chatview/issues) on GitHub.
50
+
For questions, issues, or feature
51
+
requests, [create an issue](https://github.com/SimformSolutionsPvtLtd/chatview/issues) on GitHub or
52
+
reach out via the GitHub Discussions tab. We're happy to help and encourage community contributions.
53
+
To contribute documentation updates specifically, please make changes to the doc/documentation.md
54
+
file and submit a pull request.
51
55
52
56
## License
53
-
This project is licensed under the MIT License - see the [LICENSE](https://simform-flutter-packages.web.app/chatView/license).
57
+
58
+
This project is licensed under the MIT License - see
59
+
the [LICENSE](https://simform-flutter-packages.web.app/chatView/license).
@@ -23,7 +23,7 @@ Flutter applications with [Flexible Backend Integration](https://pub.dev/package
23
23
using [chatview_connect](https://pub.dev/packages/chatview_connect)
24
24
- And a wide range of configuration options to customize your chat.
25
25
26
-
For a live web demo, visit [Chat View Example](https://simformsolutionspvtltd.github.io/flutter_chatview/).
26
+
For a live web demo, visit [Chat View Example](https://simformsolutionspvtltd.github.io/chatview/).
27
27
28
28
## Compatible Message Types
29
29
@@ -493,6 +493,13 @@ ChatView(
493
493
)
494
494
```
495
495
496
+
## Backend Integration
497
+
498
+
Easily connect Chatview UI to any backend using the [**Chatview Connect**](https://pub.dev/packages/chatview_connect)
499
+
package. It offers ready-to-use solutions for
500
+
real-time messaging with supporting media uploads.
501
+
502
+
496
503
# Migration Guide
497
504
498
505
## Migration Guide for ChatView 2.0.0
@@ -692,13 +699,13 @@ Contributions are welcome! If you'd like to contribute to this project, please f
692
699
693
700
## Report Issues
694
701
695
-
If you find any bugs or have feature requests, please create an issue in the [issue tracker](https://github.com/SimformSolutionsPvtLtd/flutter_chatview/issues).
702
+
If you find any bugs or have feature requests, please create an issue in the [issue tracker](https://github.com/SimformSolutionsPvtLtd/chatview/issues).
- Package on pub.dev: [chatview](https://pub.dev/packages/chatview).
701
-
- Web Demo: [Chat View Example](https://simformsolutionspvtltd.github.io/flutter_chatview/).
708
+
- Web Demo: [Chat View Example](https://simformsolutionspvtltd.github.io/chatview/).
702
709
- Blog Post: [ChatView: A Cutting-Edge Chat UI Solution](https://medium.com/simform-engineering/chatview-a-cutting-edge-chat-ui-solution-7367b1f9d772).
0 commit comments