Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 862 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (13 loc) · 862 Bytes

Contribute your code

We are glad you are here! Everyone is welcome to contribute code via pull requests, to help people who ask 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/src/*.dart: The entry of Dart API.
  2. example: API Examples.
  3. android: Android native implementation.
  4. ios: iOS native implementation.
  5. macos: Mac native implementation.
  6. windows: Windows native implementation.

While creating PR, below materials could be helpful: