flutter_widget_to_image
flutter_widget_to_image copied to clipboard
-Added cast to RenderRepaintBoundry -Fixed the return type issue on _capturePng() function
Be aware because of this is obsolete. `RenderRepaintBoundary` as type of variable for `findRenderObject` now seems to be in correct.
Hi Parth Jansari, first., thanks alot for your great app flutter_widget_to_image, it helps alot. I would like to seek your help please in adopting this app : https://github.com/kangshaojun/flutter_touchvg where user...
Hi, your idea works greate to generate a screen to a png. I tried to implement the same to generate a particular portion of my widget to Render as an...
Would you mind to add a screenshot of the running app to the README file? This will save 5 minutes of setting up a project for every developer who wants...
DPI
I want to use this to print screens. Did you find a way to get flutter to paint at a high DPI before capturing the image ?