JayTWWM / Share-Files-And-Screenshot-Widgets-Flutter

This pub lets you share any kind of files (csv, mp4, png etc), take screenshot of the widgets you want and return as Image and share them directly as well in the form of an image.
Other
24 stars 14 forks source link

Image cropped on a scroll #8

Closed rkpontes closed 3 years ago

rkpontes commented 3 years ago

Hello I have a page with SingleChildScrollView, the image is generated and shared. The problem is that when the list is larger than the screen, the image is cropped.

image

rkpontes commented 3 years ago

Solved, I put the SingleChildScrollView before the RepaintBoundary.

return Scaffold( body: SingleChildScrollView( child: Container( child: RepaintBoundary(