Open Imgkl opened 3 years ago
up
Is this fixed?
So it means, if the capturing widget is overflowing the screen, some part of it will be missing in the picture?
@kwarnkham
So let me add some context.
Widgets like ListView.builder
, don't render items that are outside the viewport. So it was an issue to capture those widgets without having performance hit. It's been a while since I worked on this package. I'll take a look.
The image captured in the offStage method is not scrollable. Have to figure out a way for this.