Some of the other things you can do to make your app smaller are:
Read moreHow do I download an image from a URL?
Click on the Download Image from URL button, the field will appear on the right. Enter the full web address of the image. Click on the arrow to the right of the field and select the Force Check checkbox. Then click the Save button.
Read moreHow do I display image from File path in Flutter?
Steps to Add an Image:
Read moreHow do you show images from assets in Flutter?
How to include images in your Flutter app
Read moreHow do you save an image on flutter?
// using your method of getting an image final File image = await ImagePicker. pickImage(source: imageSource); // getting a directory path for saving final String path = await getApplicationDocumentsDirectory(). path; // copy the file to a new path final File newImage = await image. copy(‘$path/image1.10 Ağu 2021
Read more