Skip to main content

Eixam Docs

Developer documentation for the Eixam platform

lib/main.dart
// Initialize the SDK once at startup
final sdk = await EixamConnectSdk.bootstrap(
const EixamBootstrapConfig(
appId: 'partner-app',
environment: EixamEnvironment.production,
),
);

Choose your integration

📱

Flutter SDK

Available

Integrate the full Eixam safety platform into your Flutter app. Covers BLE device pairing, SOS lifecycle, realtime telemetry, emergency contacts, and Protection Mode.

Flutter SDK docs
⚙️

REST API

Available

Connect directly to Eixam via HTTP and MQTT without a client SDK. Suitable for backend services, web applications, or any platform without a native SDK.

REST API docs