flutter_downloader
flutter_downloader copied to clipboard
Android 10 cant open file by click notification
I'm using flutter_downloader 1.7.0. On android 10 targetting API 30, i cannot open file from notification after completed download a file. The downloaded file is pretty good, i can open it normally from Downloads folder. I also has requestLegacyExternalStorage="true" in my manifest but still unable to solve the problem. Any update to solve this?
Same issue here. I find it quite unreliable at bets. Within the emulator (Android 11) it works just fine, but on a physical phone with Android 11 I get "Can't Open File". The file, a jpeg image, sits in the Downloads (/storage/emulated/0/Download) folder and I can open it through the default android file browser. I have the requestLegacyExternalStorage set correctly as well.
Could anyone fix this? I can't open downloaded file with click on notification or with .open function. It shows just empty photo app with infinite circle loading on Android 10. But I can manually enter Download dir, and the file is there.
Hello I face a same issue here, does anyone know the solution?
I'm using flutter_downloader 1.7.0. On android 10 targetting API 30, i cannot open file from notification after completed download a file. The downloaded file is pretty good, i can open it normally from Downloads folder. I also has requestLegacyExternalStorage="true" in my manifest but still unable to solve the problem. Any update to solve this?
also having the same issue with android 10, for android 11 and up it's working fine and i can open from notification like normal. my app is targetting API 33. Using manage external storage works but google play console won't tolerate it. Any fix?