jaysignorello
jaysignorello
I'm having the same problem. However, oddly it works for me in debug mode on a real device and in the simulator. When I make a release build, it stops...
@ened Working towards it. First I realized that we need to name the req files with the taskId to make it easier to clean up. https://github.com/jaysignorello/flutter_uploader/commit/e0e5e9d82aae7afe5adde1a1b9f363513a61b545
Also having similar issues with `flutterCompute` in flutter 3.3.4 and iOS. The call just hangs and never completes. Worked fine with flutter 3.0.5 and earlier version of this package. Works...
@waqadArshad yes, I setup the listener to work in the foreground, which seems to work fine while the user is using the app, but certainly isn't ideal given it's not...