yatendra2001 / Rocket.Chat.Flutter.SDK

Easily integrate Rocket.Chat into all your Flutter projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rocket.Chat Flutter SDK

License: MIT melos

This repository contains the Rocket.Chat Flutter SDK, which includes the rocket_chat_embeddedchat_component and rocket_chat_api packages. These packages make it easier for developers to integrate and interact with Rocket.Chat in their Flutter applications.

Table of Contents

Packages

We provide a variety of packages depending on the level of customization you want to achieve.

rocket_chat_embeddedchat_component

A Flutter package that provides a complete embedded chat UI component for Rocket.Chat.

rocket_chat_api

A Flutter package that provides a comprehensive wrapper for the Rocket.Chat REST API.

Sample Apps

Every package folder includes a fully functional sample app with setup instructions.

Usage

To use the packages in your Flutter project, follow these steps:

  1. Add the desired package to your pubspec.yaml file:
dependencies:
  rocket_chat_embeddedchat_component: ^VERSION
  // or
  rocket_chat_api: ^VERSION
  1. Import the package in your Dart code:
import 'package:rocket_chat_embeddedchat_component/rocket_chat_embeddedchat_component.dart';
// or
import 'package:rocket_chat_api/rocket_chat_api.dart';
  1. Follow the documentation and sample apps to learn how to use the packages.

Structure

Rocket.Chat Flutter SDK is a monorepo built using Melos. Individual packages can be found in the packages directory while configuration and top-level commands can be found in melos.yaml.

To get started, run bootstrap after cloning the project.

melos bootstrap

Contributing

We welcome contributions to the Rocket.Chat Flutter SDK! Before contributing, please read the CONTRIBUTING.md file for guidelines on how to contribute and set up the development environment.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

Easily integrate Rocket.Chat into all your Flutter projects

License:MIT License


Languages

Language:C++ 45.2%Language:CMake 34.9%Language:Dart 12.1%Language:HTML 3.7%Language:Swift 2.0%Language:C 1.7%Language:Kotlin 0.3%Language:Objective-C 0.1%