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

Fix: Return early when there is no activity #50

Closed rchavik closed 4 years ago

rchavik commented 4 years ago

This can happen when being initialized by a background application

ko2ic commented 4 years ago

@rchavik Thank you for your contribution.