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

Update ImageDownloaderPlugin.kt #127

Closed afjal1 closed 1 year ago

afjal1 commented 1 year ago

Solved issue releated to when is exhaustive

bulgarian-beast commented 1 year ago

Thanks my app was not compiling because of the same error.

To fix the error replace the package with the @afjal1 PR

  # image_downloader: ^0.31.0
  image_downloader:
    git:
      url: https://github.com/afjal1/image_downloader.git

After doing this, my application needed a flutter clean && cd android && ./gradlew clean && cd .. && flutter run and was ready to run.

afjal1 commented 1 year ago

Happy to help

MutlaqAldhbuiub commented 1 year ago

Thank you so much for the resolve. @ko2ic you really should merge it xD

ko2ic commented 1 year ago

Thanks for your contribution. Sorry for the delay.

afjal1 commented 1 year ago

Thanks, Happy to help