-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Description
TL;DR -- our flutter web Hotjar and Smartlook screen recording are producing subpar results due to flutter web's rendering.
Context:
-
We're running our frontend in Flutter Web.
-
We'd like to install a screen recording tool that would record the sessions of our users.
-
We tried several tools (Hotjar being one of them), but all face a very similar problem: there's something about the way Flutter renders the webpage that makes it difficult for the screen-recording tool to properly capture the elements on the page.
-
Example of the result is can be viewed in the attached images; the image isn't rendering. This is a minor example, but we have many more.
Actual webpageview:
Screen recording result:
- We've tried using the HTML web renderer (https://flutter.dev/docs/development/tools/web-renderers) -- improvement was unfortunately very small (above picture is with the renderer).
This is an important enterprise feature that is blocking our product work. Would appreciate your help on this.

