Chat Package for Quick Connect Users
This Flutter package provides an easy-to-integrate chat solution for your mobile app. It is designed to be used for the Quick Connect users, allowing users to chat quickly and seamlessly. By integrating this package into your app, you can offer a real-time chat experience for your users, enabling them to communicate effortlessly.
Features
- Real-Time Messaging: Send and receive messages instantly with WebSocket support.
- User Authentication: Easily integrate with authentication system.
- Multimedia Support: Send images, videos, and other media files within the chat.
Installation
To use this package in your Flutter project, follow these steps:
-
Add the package to your
pubspec.yaml
file:dependencies: quickchat: 1.0.1
-
Run the following command to fetch the package:
flutter pub get
-
Import the package in your Dart code:
import 'package:quickchat/quickchat.dart';
Usage
Requirements
- Flutter 3.x or higher
- Dart 2.x or higher
License
This package is open source and available under the MIT License. See the LICENSE file for more information.
Contributing
Contributions are welcome! If you have suggestions or bug fixes, feel free to fork the repository, submit a pull request, or open an issue.
For any questions or issues, feel free to contact us at metacloudnp@gmail.com
.