flutter_downloader icon indicating copy to clipboard operation
flutter_downloader copied to clipboard

DownloadCallback No calls ,in android ,but File downloaded successfully

Open mixiaodou opened this issue 5 years ago • 7 comments

mixiaodou avatar Apr 15 '20 16:04 mixiaodou

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

mixiaodou avatar Apr 15 '20 16:04 mixiaodou

Same here. Did you happen to fix this?

sethamus avatar May 09 '20 01:05 sethamus

Same here :)

liuchuancong avatar Jun 20 '20 15:06 liuchuancong

Same thing...

Skufler avatar Sep 11 '20 12:09 Skufler

Any update @hnvn ??

DhruvamSharma avatar Mar 26 '21 11:03 DhruvamSharma

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

daveshirman avatar Jul 17 '21 00:07 daveshirman

Same here, no calls when done.

iksivee avatar Aug 02 '22 12:08 iksivee