Appearance
Flutter SDK
Coming soon
The Flutter SDK is in development. Use the JavaScript SDK for web apps, or integrate directly via REST and WebSocket until the Dart package is available.
Planned scope
- Session connect with token from your backend
- Rooms, messages, send and receive
- Typing, presence, read receipts
- Message actions (edit, delete, react)
Integration model
Same two-layer setup as JavaScript:
| Layer | Documentation |
|---|---|
| Server | Server setup |
| App | Client SDKs |
Flutter app ──GET /api/chat/session──► Your backend ──API key──► Sendsar API
│ │
└──────── session token + WebSocket ──────┘