I have been trying to integrate a web based product tour/on-boarding plugin which will help a new user to understand the application without any external intervention. I cam across this plugin : https://getuserflow.com/ which works well with html websites, I tried integrating this with flutter web app and it fails to detect any element as flutter doesnt support inspect using chrome for some reason.
Whenever I try to inspect a flutter web app it shows this:

It is almost impossible to inspect individual elements same as we can do on other web apps developed in angular or php.
Is there a way on flutter web to enable web inspect so that the plugin will be supported?