Describe the bug
I have used Dio package to download pdf file and show its progress in a notification. I have used the method mentioned in example file.
https://github.com/MaikuB/flutter_local_notifications/blob/276c7bc8c2f1356afc25df7d7b215c17616fe40b/flutter_local_notifications/example/lib/main.dart#L1375
And it was working for me as expected, it was showing and updating the progress properly in other phones including emulator until I have used my app in Samsung phone.
The problem I faced in that is when downloading starts, the notification pops up but doesn't update while in downloading widget(made by me to show progress in app) it shows and updates the value perfectly.
And also there is other notification after the downloading is done which replaces the progress and notifies that download success, but this is also not showing in Samsung device I have faced this issue.
Can anyone review my code for the expected function and help me improve this code if I'm wrong anywhere.
Or if the code is fine, how do I know what is happening in that device at that time?
@MaikuB Please help me!
Describe the bug I have used Dio package to download pdf file and show its progress in a notification. I have used the method mentioned in example file. https://github.com/MaikuB/flutter_local_notifications/blob/276c7bc8c2f1356afc25df7d7b215c17616fe40b/flutter_local_notifications/example/lib/main.dart#L1375 And it was working for me as expected, it was showing and updating the progress properly in other phones including emulator until I have used my app in Samsung phone. The problem I faced in that is when downloading starts, the notification pops up but doesn't update while in downloading widget(made by me to show progress in app) it shows and updates the value perfectly. And also there is other notification after the downloading is done which replaces the progress and notifies that download success, but this is also not showing in Samsung device I have faced this issue.
To Reproduce
When the Dio finished Downloading
Can anyone review my code for the expected function and help me improve this code if I'm wrong anywhere. Or if the code is fine, how do I know what is happening in that device at that time? @MaikuB Please help me!