agora_rtm 0.9.5 copy "agora_rtm: ^0.9.5" to clipboard
agora_rtm: ^0.9.5 copied to clipboard

outdated

Flutter plugin for Agora RTM SDK.

AgoraRtm #

This Flutter plugin is a wapper for Agora RTM SDK.

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: This plugin is still under development, and some APIs might not be available yet.

Usage #

To use this plugin, add agora_rtm as a dependency in your pubspec.yaml file.

Getting Started #

  • See the example directory for a sample app using AgoraRtm.

Note #

Agora RTM sdk contain arm64 architecture, but Flutter is not shipping “libflutter.so” in arm64 currently. You need add "abiFilters" in build.gradle if you need build release apk.

android {
    ..
    defaultConfig {
        ..
         ndk {
             abiFilters 'armeabi-v7a'
        }
        ..
    }
    ..
}

How to contribute #

To help work on this sdk, see our contributor guide.

68
likes
0
pub points
95%
popularity

Publisher

verified publisheragora.io

Flutter plugin for Agora RTM SDK.

Homepage

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on agora_rtm