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

How to take screenshot of full screen ? #6

Closed nitneuq33 closed 3 years ago

nitneuq33 commented 3 years ago

Hello I don't found how to dynamicaly take a full screen, originalSize is pixel dependant if I understand but I don't sucessed to make dynamic like MediaQuery.of(context).

thank you