flutter_downloader icon indicating copy to clipboard operation
flutter_downloader copied to clipboard

Not working on iOS

Open erperejildo opened this issue 3 years ago • 5 comments

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

erperejildo avatar May 07 '21 09:05 erperejildo

The same happens for me, any update on this?

@erperejildo have you able to fix this issue?

surveshoeb avatar May 21 '21 05:05 surveshoeb

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

erperejildo avatar May 24 '21 12:05 erperejildo

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

cbanaspk avatar Jul 08 '21 18:07 cbanaspk

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

erperejildo avatar Jul 16 '21 17:07 erperejildo

Hello,

Any update on this matter? Not working on IOS

kareemzok avatar May 18 '22 13:05 kareemzok

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.

781flyingdutchman avatar Nov 28 '22 02:11 781flyingdutchman