René Kilczan

Results 198 comments of René Kilczan

> > I just finished to convert the classes to Kotlin (but there are still a lot of bang operators) in a branch: https://github.com/rekire/flutter_downloader/tree/kotlin > > Wow, nice! It'd be...

Here we go https://github.com/fluttercommunity/flutter_downloader/pull/719 I'll check the sample app, sorry for my wrong guess.

I should have checked the sample app before, there is actually really a download continuation functionality. Nice! But it is broken: When the server doesn't support range requests and simply...

I want to spend some hours to check how it would work when I move that part to the dart side and eliminate the database at once. In my mind...

Found while testing my pr another bug (but I'm not sure if that is only a sample app bug): When you double tap the download button you might get a...

I'm working right now on a PoC to download files with pure dart code (even without any other plugins). This is primarily to understand how this works. Right now I...

@781flyingdutchman to be honest I do not really understand yet how your library works. Which code is actually calling `doWork()` which seems to be the only caller of the method...

@781flyingdutchman ah that is cool I missed that while checking your code. I need to check the WorkManager documentation. On the first view of the documentation did you test the...

FYI: Downloads especially long running in background are total broken with flutter. There are a couple of plugins which have all their own issues.

@CharlieTemplar do you have more references how the soap responses should look like? I'm playing with that for a day, my advertised service gets already a request from windows, but...