I just tried the example from path_provider github and this function : getExternalStorageDirectories() return the path: /storage/emulated/0/ etc... but never /storage/xxx-xxx/ etc relative to my sdcard How can I get the sdcard path ?
on android phone with android studio flutter dart
I tried other packages without result ...