Open mixiaodou opened 4 years ago
Same here. Did you happen to fix this?
Same here :)
Same thing...
Any update @hnvn ??
@hnvn please can you just reply?
This really is vitally important for the plugin to actually be useful.
Is there any reason the callback stops being called/sometimes is called, sometimes not?
Are you even interested in maintaining this plugin at all?
I'd be HAPPY to donate some money to help you cover the time/cost spent and I'm sure others would be too!
PLEASE REPLY.
Same here, no calls when done.
static appDownloaderCallback(id, status, progress) async{ print("----_appDownloaderCallback id=$id status=$status progress=$progress"); final SendPort send = IsolateNameServer.lookupPortByName('downloader_send_port'); send.send([id, status, progress]); }
FlutterDownloader.registerCallback(appDownloaderCallback);