Skip to content

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:

LayerDocumentation
ServerServer setup
AppClient SDKs
Flutter app  ──GET /api/chat/session──►  Your backend  ──API key──►  Sendsar API
     │                                         │
     └──────── session token + WebSocket ──────┘

Last updated:

Sendsar — headless chat for B2B platforms