flutter_downloader
flutter_downloader copied to clipboard
Download not starting
String? taskId = await FlutterDownloader.enqueue( url: url, fileName: fileName.mp4 , savedDir: localStoragePath, showNotification: true, openFileFromNotification: false, );
It returns the taskId. After that, nothing happens. There is not log of DownloadWorker.
any one please help me
Are you importing the initialize?
yes, I did it at the very beginning of the app. but it doesn't work. It happens in multiple types of devices. In most cases, one device has this problem
Device name: realme 8 processor: Helio G95 Model: RMX3085 OS version: 12
Same problem for me, any solution?
check reference. Be sure that this is valid reference
Hey,
I have created a bug for not downloading for very first time. I'm adding the reference link for the bug so that we can follow further. If someone finds the solution, add it here too.
https://github.com/fluttercommunity/flutter_downloader/issues/937