ChatRF is a versatile Flutter package designed to simplify the development of chat applications. It provides features for one-to-one chat, group chat, and group management, making it easy to integrate real-time messaging into your Flutter apps.

Features

One-to-One Chat: Facilitate private conversations between two users. Group Chat: Enable group conversations with multiple participants. Add Members to Group: Seamlessly invite new users to join an existing chat group. Remove Members from Group: Remove users from a group conversation. Real-Time Messaging: Instant messaging with live updates across the application.

Getting started

Installation

Add ChatRF to your project's pubspec.yaml file:

Then, run: flutter pub get

Usage

import the Package

import 'package:chat_rf.dart';

License

Libraries

chat_rf