Say I have folders like movies, ifont, song, images, whatsapp, etc
On my External storage, I want to access files from any of the folders above and store to a list using flutter.
I already added the necessary permissions to android.xml
But I am clueless on how to go further from there,
I would appreciate a code snippet.
Thanks.