https://github.com/AgoraIO-Extensions/Agora-Flutter-RTM-SDK
Flutter wrapper around the Agora Real Time Message SDKs for Android and iOS
https://github.com/AgoraIO-Extensions/Agora-Flutter-RTM-SDK
agora android flutter ios messaging realtime-messaging rtm
Last synced: about 1 month ago
JSON representation
Flutter wrapper around the Agora Real Time Message SDKs for Android and iOS
- Host: GitHub
- URL: https://github.com/AgoraIO-Extensions/Agora-Flutter-RTM-SDK
- Owner: AgoraIO-Extensions
- License: mit
- Created: 2019-05-16T02:10:13.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2025-03-27T02:52:04.000Z (about 2 months ago)
- Last Synced: 2025-03-27T03:29:02.254Z (about 2 months ago)
- Topics: agora, android, flutter, ios, messaging, realtime-messaging, rtm
- Language: Dart
- Size: 3.07 MB
- Stars: 106
- Watchers: 47
- Forks: 86
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-agora - Agora Flutter RTM SDK
README
# AgoraRtm
This Flutter plugin is a wapper for [Agora RTM SDK](https://docs.agora.io/en).
Agora.io provides building blocks for you to add real-time messaging through a simple and powerful SDK. You can integrate the Agora RTM SDK to enable real-time messaging in your own application quickly.
> NOTE: The `main` branch is major update base on the Agora RTM SDK 2.x, which introduces some break changes. previous releases please see the following branches(the version < 2.x):
>
> - [1.x](https://github.com/AgoraIO-Extensions/Agora-Flutter-RTM-SDK/tree/master)## Usage
To use this plugin, add `agora_rtm` as a [dependency in your pubspec.yaml file](https://flutter.io/platform-plugins/).
## Getting Started
* See the [example](example) directory for a sample app using AgoraRtm.
## Feedback
If you have any problems or suggestions regarding the sample projects, feel free to file an [issue](https://github.com/AgoraIO-Extensions/Agora-Flutter-RTM-SDK/issues) OR pull request.
For urgent issues, please submit a ticket to [Agora Support](https://www.agora.io/en/customer-support/) to receive a timely response.
## How to contribute
To help work on this sdk, see our [contributor guide](https://github.com/AgoraIO/Flutter-RTM/blob/master/CONTRIBUTING.md).