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
Hello @Crdzbird
Thanks for the package.
I would like to suggest few features related to notification that make sense. and I would be happy to work on PR.
Show downloaded progress via notification [using flutter_local_notification].
Once the download is completed show the completed download notification
After download clicking on the notification will open that file.
Let me know what you think.
Feedback is welcome.
Thanks
The text was updated successfully, but these errors were encountered:
Hi @jigarfumakiya sounds amazing the ideas that you are proposing 😄
it can be really helpful and of curse incredible to have those features implemented on the Flowder plugin. If you wanna work on a PR related to those 3 points, please feel free to do it. 👨💻
Just quick question
So after debugging in the code I found out that there is currently an underline issue with resume functionality.
Problem
I started downloading the file after 20%-30% downloads. I click pause then I click resume again. so download starts where is left but then download percentage goes more than 100% like 110,130.
Here is the image on pause.
Here is an image for completion.
What I think the issue is.
So I think when we pause the download we have lastprogress but when I click resume download file is downloading from start again. That is why we are having issues in percentage or maybe some issue in percentage calculations.
Hello @Crdzbird
Thanks for the package.
I would like to suggest few features related to notification that make sense. and I would be happy to work on PR.
Let me know what you think.
Feedback is welcome.
Thanks
The text was updated successfully, but these errors were encountered: