fluttercommunity / flutter_downloader

Flutter Downloader - A plugin for creating and managing download tasks.
https://pub.dev/packages/flutter_downloader
BSD 3-Clause "New" or "Revised" License
915 stars 515 forks source link

DownloadCallback No calls ,in android ,but File downloaded successfully #280

Open mixiaodou opened 4 years ago

mixiaodou commented 4 years ago

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);

DeadlyMissile commented 4 years ago

Same here. Did you happen to fix this?

liuchuancong commented 4 years ago

Same here :)

Skufler commented 4 years ago

Same thing...

DhruvamSharma commented 3 years ago

Any update @hnvn ??

daveshirman commented 3 years ago

@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.

iksivee commented 2 years ago

Same here, no calls when done.