Menu

waiting answer September 16, 2020

Is there any way to return the procedure to show images with their normal resolution? 

I am currently using this image picker configuration to reduce the weight of my photos:

final pickedFile = await picker.getImage(source: imageSource, maxHeight: 100, maxWidth: 100, imageQuality: 75,);

the problem is that when I access the photos, they obviously show with very low resolution. Is there any way to return the procedure to show images with their normal resolution? 

Answers

Please Login to Post the answer

Leave an Answer