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

Migrate to Null Safety #94

Closed SametSahin10 closed 3 years ago

SametSahin10 commented 3 years ago

Hello, do you have any plans to support null safety?

GrahamDi commented 3 years ago

@ko2ic Hi, please would you let us know if / when this package will be upgraded to support null safety. A quick response would be appreciated. Thanks.

krokyze commented 3 years ago

@SametSahin10 @GrahamDi I created a pull request with null safety supported #95

While it's not merged you definitely would help @ko2ic with testing it:

image_downloader:
   git:
      url: git@github.com:krokyze/image_downloader.git
GrahamDi commented 3 years ago

@krokyze

Thanks for your efforts, Martin.

TBH I am probably gonna pull this package from my app. The community has known about null safety coming for quite a while now so if a package's owner has not done anything about it to date then I don't get a warm, comfy feeling for any future support.

Flutter 2.0 is making me take a more practical view on the packages I have been using and I am trying to reduce them or move to using only well supported ones or alternative mechanisms.

ko2ic commented 3 years ago

@krokyze Thank you your contributions! I will merge / release after confirmation!

I'm sorry I didn't have time ...