Skip to main content
The ClarioDesk Flutter SDK (clariodesk on pub.dev) gives you a hardware-bound device identity and a live ticket thread with a few method calls.

Install

Requires Flutter ≥ 3.41 / Dart ≥ 3.11, iOS 13+, Android API 23+.

Initialize

The first init generates the hardware key and registers the device with the backend. Subsequent launches reuse the existing key with no network call.

Identify the user

Call this after your own auth knows who the user is. It’s optional, pure metadata. See lifecycle for the four events you should wire (especially case 1, which covers users who were logged in before you installed the SDK).

File a ticket

Stream the inbox & a thread

Reactive reads: both auto-prime, then live-update.

Send a reply

Run the example app

Lifecycle integration

Wire login, launch, logout, and user-switch.

Prebuilt UI

Skip building the UI. Open a themeable inbox in one call.