coolfix_flutter 0.3.2
coolfix_flutter: ^0.3.2 copied to clipboard
CoolFix support inquiry and replay SDK for Flutter applications.
Changelog #
0.3.2 #
- Let users choose between leaving a message and starting live Chatwoot support when the organization enables live support.
- Open live support in a managed web view with server-issued Chatwoot identity validation. Organizations without live support keep the existing inquiry form.
- Add
webview_flutterfor the managed live-support screen.
0.3.1 #
- Document that recording and masking now come from the dashboard, and that password fields are always hidden.
0.3.0 #
- Read recording settings from CoolFix at startup: recording on/off, sampling rate, text masking, and image masking now follow the dashboard.
- Changing those settings takes effect on the app's next launch. No app rebuild, and no further update after this one.
0.2.0 #
- Capture static labels, buttons, and body text so recordings are readable.
- Add
CoolFixMaskto hide personal data from capture. - Action required: wrap every text field and every photo, avatar, or member
name with
CoolFixMaskbefore upgrading. Text is no longer masked globally, and image masking does not reach photos painted throughBoxDecorationorCircleAvatar(backgroundImage:).
0.1.0 #
- Add CoolFix initialization with one App Token.
- Connect signed-in user context and reset it after logout.
- Attach available session context to customer inquiries.
- Provide managed and programmatic inquiry submission flows.