qubic / wallet-app

Other
2 stars 7 forks source link

To check if WRITE_EXTERNAL_STORAGE is needed, otherwise, remove it #161

Open sallymoc opened 3 weeks ago

sallymoc commented 3 weeks ago

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

Qubic-Hub commented 3 weeks ago

Tackled in https://github.com/qubic/wallet-app/pull/163