Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.06 KB

CONTRIBUTING.md

File metadata and controls

20 lines (14 loc) · 1.06 KB

Contribute your code

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.

Source code structures

  1. lib/agora_rtm.dart: Dart APIs wrapper, api message channels to native modules.
  2. example: Example demo for quick start/showcase.
  3. ios/Classes/AgoraRtmPlugin.m: iOS native implementation to handle dart message channel api calls.
  4. 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: