It seems that permission is deprecated
"WRITE_EXTERNAL_STORAGE is mostly deprecated and replaced by scoped storage and MANAGE_EXTERNAL_STORAGE for apps targeting Android 10 and above. It is encouraged to use scoped storage and appropriate APIs to handle file access safely and efficiently."
which is currently not used I think
should be a leftover dependency
I think we can remove the dependency and check on android
if export works as needed
It seems that permission is deprecated "WRITE_EXTERNAL_STORAGE is mostly deprecated and replaced by scoped storage and MANAGE_EXTERNAL_STORAGE for apps targeting Android 10 and above. It is encouraged to use scoped storage and appropriate APIs to handle file access safely and efficiently."
From @Qubic-Hub: It was added from this plugin: https://pub.dev/packages/downloadsfolder Dart packages downloadsfolder | Flutter package A Flutter plugin for retrieving the path to the downloads folder and performing operations related to file downloads on different platforms.
which is currently not used I think should be a leftover dependency I think we can remove the dependency and check on android if export works as needed