Flutter Download Background Isolate to update UI thread didn’t work
I want to implement flutter_download
v1.11.0 into my flutter project. I use GetX
as state management and put my download operation inside GetxController
. but some how the callback didn’t progressing update.