EasyCord LogoDocs
Core Architecture

EasyCord Native Plugin API Reference

The EasyCord JS SDK provides a unified window.easycord object that acts as a bridge between your web frontend (React, Vue, Svelte, or Vanilla JS) and the native iOS/Android operating system.

Instead of a monolithic document, we have split the API reference into highly-detailed, dedicated documentation files for each plugin. Each file contains:

  • Methods and Signatures
  • Javascript/React Code Examples
  • Flutter Setup (Android AndroidManifest.xml & iOS Info.plist permissions)
  • Error Handling & Troubleshooting

🛠️ Hardware & Sensors

📁 System & Data Integration

🎨 Native UI & Interactions

☁️ Network & Cloud

🛡️ Security & Permissions


Can't find a plugin you need? EasyCord is modular. You can build your own custom plugins using the EasyCordBridge interface!