fluttercommunity / flutter_downloader

Flutter Downloader - A plugin for creating and managing download tasks.
https://pub.dev/packages/flutter_downloader
BSD 3-Clause "New" or "Revised" License
915 stars 515 forks source link

error in IOS works fine in android #898

Open adham-ashraf77 opened 1 year ago

adham-ashraf77 commented 1 year ago

[VERBOSE-2:shell.cc(1004)] The 'vn.hunghd/downloader_background' channel sent a message from native to Flutter on a non-platform thread. Platform channel messages must be sent on the platform thread. Failure to do so may result in data loss or crashes, and must be fixed in the plugin or application code creating that channel. See https://docs.flutter.dev/platform-integration/platform-channels#channels-and-platform-threading for more information.

IOS 17.0

salmaahhmed commented 1 year ago

Hello @adham-ashraf77 can you post more info? Logs.. etc.

anasboyka commented 1 year ago

@adham-ashraf77 same here i dont have any problem so far but there is one url that give failed download with the same error.

Therefore when i checked it, the url already not exist since the url from the website that i requested didnt give the response anymore since a week ago so maybe u need to check the url to the browser.

Vrungel322 commented 1 year ago

+1 same issue and in logs only this : [VERBOSE-2:shell.cc(1004)] The 'vn.hunghd/downloader_background' channel sent a message from native to Flutter on a non-platform thread. Platform channel messages must be sent on the platform thread. Failure to do so may result in data loss or crashes, and must be fixed in the plugin or application code creating that channel. See https://docs.flutter.dev/platform-integration/platform-channels#channels-and-platform-threading for more information.

salmaahhmed commented 1 year ago

@Vrungel322 @adham-ashraf77 can you check with the latest version ?