Hi everyone,
We’re trying to implement screen recording analytics for our Flutter Web app, but so far we’ve hit a wall.
We’ve tried several tools including:
- UxCam
- Smartlook
- Microsoft Clarity
- Heap
All of them are able to capture cursor movement and click tracking, but the actual UI is just a white screen in the recordings. It seems like the tools can’t render the content of our Flutter Web app properly.
Has anyone successfully integrated a session replay/screen recording tool that works with Flutter Web? Or is this a known limitation due to how Flutter renders to the canvas?
We’d really appreciate any tips, workarounds, or tools that others in the community have found useful for this use case.
Thanks in advance!
Sai Kiran Katayath