'How to load an image stored in the phone gallery? [No image_picker]
I need to store an image into the phone gallery for which I'm using gallery_saver but I can't find a way to retrieve such an image and load it into a widget without user interaction (think of WhatsApp chat images).
Knows:
- The file name is known when the screen loads since are related to data retrieved by the server
- File extension is known
I don't need user interaction here I need to load the image automatically when the screen loads.
Already tried storing them in the phone documents directory but I don't want to do that cuz this is obscure for the user where those images end up in case he wants to delete them.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
