coolfix_flutter 0.2.0
coolfix_flutter: ^0.2.0 copied to clipboard
CoolFix support inquiry and replay SDK for Flutter applications.
Changelog #
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.