ko2ic / image_downloader

Flutter plugin that downloads images and movies on the Internet and saves to Photo Library on iOS or specified directory on Android.
https://pub.dartlang.org/packages/image_downloader#-readme-tab-
MIT License
92 stars 116 forks source link

'NSMutableData' has no member 'count' #26

Closed mbenci closed 5 years ago

mbenci commented 5 years ago

I think there is n error in SwiftImageDownloaderPlugin.swift At line 343 Instead of fileData.count it must be used fileData.length to avoid NSMutableData error.

ko2ic commented 5 years ago

Fix to length. However, Somehow here was also working with count.