AndriiReverchuk
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...
I faced with the same problem @MaikuB