https://github.com/simformsolutionspvtltd/chatview_connect
https://github.com/simformsolutionspvtltd/chatview_connect
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/simformsolutionspvtltd/chatview_connect
- Owner: SimformSolutionsPvtLtd
- License: mit
- Created: 2024-05-13T11:55:48.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-09-01T12:11:46.000Z (9 months ago)
- Last Synced: 2025-09-01T14:23:29.115Z (9 months ago)
- Language: Dart
- Size: 4.87 MB
- Stars: 23
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README

# ChatView Connect
[](https://github.com/SimformSolutionsPvtLtd/chatview_connect/actions) [](https://pub.dev/packages/chatview_connect)
`chatview_connect` is a specialized wrapper for the [`chatview`][chatViewPackage]
package, providing seamless integration with Database & Storage for your Flutter chat app.
_Check out other amazing
open-source [Flutter libraries](https://simform-flutter-packages.web.app)
and [Mobile libraries](https://github.com/SimformSolutionsPvtLtd/Awesome-Mobile-Libraries) developed
by Simform Solutions!_
## Preview

## Features
- **Easy Setup:** Integrate with the [`chatview`][chatViewPackage] package in 3 steps:
1. Initialize the package by specifying the **Cloud Service** (e.g., Firebase).
2. Set the current **User ID**.
3. Obtain the **`ChatManager`** and use it with the [`chatview`][chatViewPackage] package.
- Supports **one-on-one** and **group chats** with **media uploads** *(audio not supported).*
***Note:*** *Currently, it supports only Firebase Cloud Services. Support for additional cloud
services will be included in future releases.*
## Documentation
Visit our [documentation](https://simform-flutter-packages.web.app/chatViewConnect) site for
detailed implementation instructions, usage examples, advanced features, database &
storage structures, and rules.
## Installation
```yaml
dependencies:
chatview_connect:
```
**Compatibility**: This package is compatible with `chatview` versions **>= 2.4.1**
## Support
For questions, issues, or feature
requests, [create an issue](https://github.com/SimformSolutionsPvtLtd/chatview_connect/issues)
on GitHub or reach out via the GitHub Discussions tab. We're happy to help and encourage community
contributions.
To contribute documentation updates specifically, please make changes to the `doc/documentation.md`
file and submit a pull request.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
[chatViewPackage]: https://pub.dev/packages/chatview