You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there,
Thank you for making making Flowder publicly available. I was just wondering if there is any possibility of supporting multiple simultaneous downloads. I am going to use this for a real project.
The text was updated successfully, but these errors were encountered:
Sadly flowder only handle one file per instance, so in order to manage more than 1 download you will need to create a List<Flowder> and then have an observer for that List(the progress callback will become handy for you on that scenario).
There are still a lot of pending upgrades to do in Flowder, and of curse if you like to improve it, please feel free to open a PR :)
Hi there,
Thank you for making making Flowder publicly available. I was just wondering if there is any possibility of supporting multiple simultaneous downloads. I am going to use this for a real project.
The text was updated successfully, but these errors were encountered: