781flyingdutchman

Results 50 comments of 781flyingdutchman

background_downloader is unrelated to flutter_downloader so I don't expect bugs that apply to one to apply to the other. Give it a try!

Version 5.6.0 adds option to open a file directly from the notification, or programatically

Hi, here's the [repo](https://github.com/781flyingdutchman/background_downloader). It has an example app that shows how to show a progress indicator - there are many and simpler ways to do it. You can just...

The latest version of [background_downloader](https://pub.dev/packages/background_downloader) includes a `DownloadProgressIndicator` that is configurable and easily hooked up to the downloader, as illustrated in the [example app](https://github.com/781flyingdutchman/background_downloader/blob/main/example/lib/main.dart) in the repo.

Hi @praveengitsit , thanks for checking it out. If you encounter issues with the move to shared storage, please file that as a bug. As for documentation and example, I...

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 the [background_downloader](https://pub.dev/packages/background_downloader) package - it's an alternative with similar functionality and better stability. Let me know if it works for 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://github.com/781flyingdutchman/background_downloader). Have a look and see if it serves...

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

Thank you! That was it, though it's interesting that this never was an issue until this Flutter version.