fluttercommunity / fluttercommunity/flutter_downloader

Downloading doesn't work for Android 14

Open
#982 5 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
Kotlin
Stars
940
Forks
561
Avg merge
1h 18m
Merged PRs (30d)
1

Description

Hey, I tried to download files by this package.
Is not a problem for iOS, but for Android 13+ downloading doesn't start (stuck on enqueue status).

I changed `Permission.storage.request();` to `Permission.manageExternalStorage.status;`, I added `` to manifest file and it still doesn't work...
(I'm trying to download file different than image/video)

`_localPath = (await getExternalStorageDirectory())!.path;` also not work

Even example app works the same (mean doesn't work)

Any suggestions? I was looking for solutions in other tickets but without any results.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.