AndriiReverchuk

Results 4 comments of AndriiReverchuk

@daohoangson thank you for your prompt response and suggestion. I appreciate your assistance and the effort you put into maintaining this wonderful package. I have tried running flutter pub upgrade...

List values = [DownloadTask(url:"", savedDir:"")]; downloadManager.addBatchDownloads(values);

@Levi-Lesches I did a bit of investigation and noticed that when initializing NotificationDetails with windows: WindowsNotificationDetails() (leaving all parameters empty), it results in a compilation error. In my implementation, I...