incrediblezayed / file_saver

A simple flutter plugin for saving files in all platforms
https://pub.dev/packages/file_saver
BSD 3-Clause "New" or "Revised" License
75 stars 105 forks source link

How to save file to external storage in android 11 #35

Open AbanobAtefLun opened 2 years ago

AbanobAtefLun commented 2 years ago

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.

incrediblezayed commented 2 years ago

Which one of the method you are using?

thiagocarvalhodev commented 2 years ago

I'm using the saveAs method and is working (at least on the simulator running as debug mode).

incrediblezayed commented 2 years ago

I'll look into it and try to resolve it.