781flyingdutchman / background_downloader

Flutter plugin for file downloads and uploads
Other
158 stars 73 forks source link

moveToSharedStorage not working in background mode on Android #394

Open NavidFarahmandian opened 4 days ago

NavidFarahmandian commented 4 days ago

The moveToSharedStorage function fails when the app is running in the background on Android. It works correctly while the app is in the foreground but encounters issues during background execution, preventing files from being moved to shared storage (e.g., the 'Downloads' folder).

781flyingdutchman commented 4 days ago

Can you elaborate on this? What happens, what did you expect to happen, which OS/platform, what version of the OS, what plugin, a repeatable code snippet and logs?