clarity_flutter 1.1.0
clarity_flutter: ^1.1.0 copied to clipboard
The official Clarity Flutter SDK.
1.1.0 #
July 09, 2025 #
- [Feature] Added
setCustomUserIdAPI to set a custom user id for session tracking. - [Feature] Added
setCustomTagAPI to add custom tags to sessions. - [Feature] Added
setCustomSessionIdAPI to set a custom session id for tracking specific sessions. - [Feature] Added
setOnSessionStartedCallbackAPI that gets the clarity session id as a parameter to allow developers to execute custom logic when a session starts. - [Feature] Added
getCurrentSessionUrlAPI to retrieve the current Clarity session URL. - [Feature] Added
sendCustomEventAPI to send custom events for the session to use in Smart events and Funnels. - [Feature] Added
setCurrentScreenNameAPI to set the current screen name for the current page.