We are glad you are here! Everyone is welcome to contribute code via pull requests, to help people asking for help, to add to our documentation, or to help out in any other way.
This document briefly describes some guidance on how you can contribute to this repository.
- lib/agora_rtm.dart: Dart APIs wrapper, api message channels to native modules.
- example: Example demo for quick start/showcase.
- ios/Classes/AgoraRtmPlugin.m: iOS native implementation to handle dart message channel api calls.
- android/src/main/kotlin/io/agora/agora_rtm/AgoraRtmPlugin.kt: Android native implementation to handle dart message channel api calls.
While creating PR, below materials could be helful: