screenshot icon indicating copy to clipboard operation
screenshot copied to clipboard

Taking screenshot of Gradient color added pixelated pattern

Open walid-ashik opened this issue 2 years ago • 2 comments

When I take this Widget(which has gradient background) image, the output image gets the pixelated pattern, Screenshot 2022-07-29 at 3 40 02 AM

Output pixelated image, image

Here' the code for capturing this specific widget,

 controller
       .capture(
     pixelRatio: 10,
   )
       .then((image) async {
     await ImageGallerySaver.saveImage(image!);
   });

can you please let me know how can I fix this?

walid-ashik avatar Jul 28 '22 21:07 walid-ashik

any update please @SachinGanesh ?

walid-ashik avatar Aug 01 '22 18:08 walid-ashik

any update? also encountering this

GabLedesma avatar Jun 25 '24 05:06 GabLedesma