Hi incredibleZayed,
i want to thank you about your great package that helped me very much,
i want to ask how to implement the function of your example on android 11
i could save the pdf file i downloaded through http package to external storage when i used : write external storage, read external storage permission and it worked perfectly.
when i used for android 11 i had to add Manage_External_Storage permission to work, but this solution not the best since my app is rejected by google due to this permission while my app is not mainly for processing user files.
so i want to ask what is the best solution to use your package with android 11 and get my app accepted by google play.
Hi incredibleZayed, i want to thank you about your great package that helped me very much, i want to ask how to implement the function of your example on android 11 i could save the pdf file i downloaded through http package to external storage when i used : write external storage, read external storage permission and it worked perfectly. when i used for android 11 i had to add Manage_External_Storage permission to work, but this solution not the best since my app is rejected by google due to this permission while my app is not mainly for processing user files.