chatview_connect
is a specialized wrapper for the chatview
package, providing seamless integration with Database & Storage for your Flutter chat app.
Check out other amazing open-source Flutter libraries and Mobile libraries developed by Simform Solutions!
- Easy Setup: Integrate with the
chatview
package in 3 steps:- Initialize the package by specifying the Cloud Service (e.g., Firebase).
- Set the current User ID.
- Obtain the
ChatManager
and use it with thechatview
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.
Visit our documentation site for detailed implementation instructions, usage examples, advanced features, database & storage structures, and rules.
dependencies:
chatview_connect: <latest-version>
Compatibility: This package is compatible with chatview
versions >= 2.4.1
For questions, issues, or feature requests, create an issue 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.
This project is licensed under the MIT License - see the LICENSE file for details.