Imgkl / davinci

A flutter package to convert any widget to an Image.
https://pub.dev/packages/davinci
MIT License
50 stars 25 forks source link

Scrollable image capture in offStage method. #7

Open Imgkl opened 3 years ago

Imgkl commented 3 years ago

The image captured in the offStage method is not scrollable. Have to figure out a way for this.

awadhjy commented 2 years ago

up

akilanfidelis commented 2 years ago

Is this fixed?

kwarnkham commented 4 weeks ago

So it means, if the capturing widget is overflowing the screen, some part of it will be missing in the picture?

Imgkl commented 4 weeks ago

@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.