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 113 forks source link

fixed errors and crashes #152

Open luongcuong244 opened 1 month ago

luongcuong244 commented 1 month ago

_Fixed error: 'when' expression must be exhaustive, add necessary 'is Pending', 'is Successful' branches or 'else' branch instead Fixed crash: android.database.CursorIndexOutOfBoundsException

I was facing the errors when I downloaded multiple images in a row, but I have already fixed these errors.