screenshot
screenshot copied to clipboard
HtmlElementView on Flutter Web
Is there any way to make screenshot work with an HtmlElementView? I'm guessing no because of how it works https://api.flutter.dev/flutter/widgets/HtmlElementView-class.html but I'm working on a project using flutter_tex to render math equations and would like to be able to take a screenshot of the produced HtmlElementView to be able to output the image to a pdf file. I have tried it using the invisible widgets method and the normal method. The normal method produces a big empty screenshot the size of the HtmlElementView and the invisible method produces nothing.
i faced the issue any suggestion to make this work