781flyingdutchman

Results 50 comments of 781flyingdutchman

Since you're planning to use a central database, my recommendation would be to _not_ use the `trackTasks` and `database` functionality of background_downloader. It works, but it's very simple, and in...

Hi @jmshrv I wanted to let you know that the latest version of the background_downloader now allows you to specify a different 'persistent storage database' for storing, updating and retrieving...

Hi, thanks for taking another look. When you lose Wifi during a download for a task that has `requiresWifi = true` the behavior is slightly different between iOS and Android:...

The `downloadBatch` is a 'convenience function' that makes it easy to monitor download of a group of tasks. Importantly, it is implemented on the Flutter side, not native, and it...

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...

Try [background_downloader](https://pub.dev/packages/background_downloader) and see if it meets your needs.

Staring August 31 all Android apps uploaded to the Play store [must target API 33](https://developer.android.com/google/play/requirements/target-sdk). The [background_downloader](https://pub.dev/packages/background_downloader) package supports API 33.

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...

Try [background_downloader](https://pub.dev/packages/background_downloader) and see if it works for you.

Try [background_downloader](https://pub.dev/packages/background_downloader) and see if it meets your needs.