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
@@ -24,33 +22,22 @@ with [Flexible Backend Integration](https://pub.dev/packages/flutter_chatview_db
24
22
- Reply suggestions
25
23
- Message status indicators (sent, delivered, read)
26
24
- Highly customizable UI components
27
-
- Plug-and-play backend support
28
-
using [flutter_chatview_db_connection](https://pub.dev/packages/flutter_chatview_db_connection)
29
25
30
26
## Documentation
31
27
32
-
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.
28
+
Visit our [documentation](https://simform-flutter-packages.web.app/chatView) site for all implementation details, usage instructions, code examples, and advanced features.
33
29
34
-
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!
35
30
## Installation
36
31
37
32
```yaml
38
33
dependencies:
39
34
chatview: <latest-version>
40
35
```
41
36
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
-
51
37
## Support
52
38
53
-
For issues or feature requests, please [create an issue](https://github.com/SimformSolutionsPvtLtd/flutter_chatview/issues) on GitHub.
39
+
For questions, issues, or feature requests, [create an issue](https://github.com/SimformSolutionsPvtLtd/flutter_chatview/issues) on GitHub or reach out via the GitHub Discussions tab. We're happy to help and encourage community contributions.
40
+
To contribute documentation updates specifically, please make changes to the doc/documentation.md file and submit a pull request.
54
41
55
42
## License
56
43
This project is licensed under the MIT License - see the [LICENSE](https://simform-flutter-packages.web.app/chatView/license).
0 commit comments