screenshot
screenshot copied to clipboard
Taking screenshot of Gradient color added pixelated pattern
When I take this Widget(which has gradient background) image, the output image gets the pixelated pattern,
Output pixelated 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?
any update please @SachinGanesh ?
any update? also encountering this