781flyingdutchman
781flyingdutchman
Try [background_downloader](https://pub.dev/packages/background_downloader) and see if it meets your needs.
Try [background_downloader](https://pub.dev/packages/background_downloader) and see if it meets your needs.
Hi, I've found the flutter_downloader to be comprehensive, but also a bit buggy, so I wrote a much simpler download package [background_downloader](https://pub.dev/packages/background_downloader). Have a look and see if it serves...
Thanks for the feedback. I caved on persistent storage :) and added _optional_ tracking, which stores the `TaskStatus` and progress for each tracked task in persistent storage (now in version...
Exactly, that's why I'm offering/suggesting to simply make V2.0 of flutter_downloader what is now background_downloader (and retire background_downloader). The only reason I have it as a separate package is because...
V5.0.0 now supports pause/resume as well
V5.1.0 addresses the download time limit for Android. You can now download for as long as you want.
V5.3.0 adds notifications on Android and iOS
V5.4.0 adds scoped storage on Android and - to a degree- shared storage on other platforms (subject to platform constraints).