flutter_downloader
flutter_downloader copied to clipboard
Not working on iOS
I tried with the provided example.
WidgetsFlutterBinding.ensureInitialized();
await FlutterDownloader.initialize(debug: true);
No error, only Lost connection to device.
Both simulator and real device not working.
Removing this line from my personal project it compiles fine
The same happens for me, any update on this?
@erperejildo have you able to fix this issue?
The same happens for me, any update on this?
@erperejildo have you able to fix this issue?
I was, but modifying manually some iOS files (I can't remember what or where). It fails when I create a new project
The same happens for me, any update on this? @erperejildo have you able to fix this issue?
I was, but modifying manually some iOS files (I can't remember what or where). It fails when I create a new project
Can you expand on this? My program is losing connection after initializing as well
The same happens for me, any update on this? @erperejildo have you able to fix this issue?
I was, but modifying manually some iOS files (I can't remember what or where). It fails when I create a new project
Can you expand on this? My program is losing connection after initializing as well
sorry as mentioned I don't recall exactly what it was but whatever I modified I found it online. Sorry
Hello,
Any update on this matter? Not working on IOS
I published a simpler package optimized for large numbers of file downloads, called background_downloader. Have a look and please let me know what you think.