respondo_sdk 0.1.2
respondo_sdk: ^0.1.2 copied to clipboard
Native Respondo support-chat SDK for Flutter: chat, news, surveys, banners, checklists and push notifications in pure Dart, with no native code.
Changelog #
0.1.2 #
Replaced the bundled example with a minimal, self-contained integration sample (init, open chat, unread badge, identify, reset). The previous example shipped internal QA defaults; it now lives outside the package. No changes to the SDK itself.
0.1.1 #
Public pub.dev release polish: rewritten README, no functional changes.
0.1.0 #
Initial release of the Respondo Flutter SDK (pure Dart, no native code).
- Chat core: anonymous and HMAC-verified identity, optimistic send, resume and history, unread counter, escalation.
- Realtime cascade WebSocket → SSE → polling with automatic reconnect.
- Engagement surfaces: news, surveys (NPS/CSAT), banners, checklists, proactive messages.
- Push notifications:
setPushToken/clearPushToken,handlePushwith message-id de-duplication and foreground suppression. - Theming from the Respondo widget config with per-field overrides; English and Russian bundled strings with locale auto-detection.