I am in the process of creating a flutter app and I am trying to download images and videos from the internet that can be accessed and displayed in the androids gallery app, I have managed to create a directory with the following path "storage/emulated/0/myDir" and download the images and videos successfully into that folder but I am unable to access them in the devices gallery app.
Does any know of what is needed to be done in order for this to happen.
I'd prefer a method where I am not using the ImageGallerySaver Plugin or GallerySaverPlugin, as they don't allow me to create my own storage path.