oxequa / flutter_cache_image

Flutter plugin to load and cache network or firebase storage images with a retry mechanism if the download fails
GNU General Public License v3.0
34 stars 24 forks source link

firebase_storage updated to 4.0+ #14

Open Leeeeerich opened 3 years ago

Leeeeerich commented 3 years ago

Hi! Will this be updated to firebase_storage version 4.0+?

ItayAssouline commented 3 years ago

I want to use it but cannot because firebase storage

DannyJoinedApps commented 3 years ago

Was using but have to find alternative for same reason - need firebase_core latest for upcoming playstore requirement for sdk 29+, that in turn means I need to bump up the firebase storage version and that in turn fails dependency solving for this package. Shame as its the best one I've come accross so far for images on firebase for which I need a caching layer. Hopefully something else out there!

Root-vb commented 3 years ago

HI @DannyJoinedApps @ItayAssouline @Leeeeerich. I updated it to Latest Firebase dependency and fixed a few issues. As the developers were not Updating it. I created a new Library for that. Please Use VB_IMAGE_CACHE.

comlaterra commented 3 years ago

Hello @Root-vb , why not to update this repository? What is the difference?

Thanks!