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 dependencie #12

Closed benitogonzalezh closed 3 years ago

benitogonzalezh commented 3 years ago

I am using Firebase Storage 4.0.0 in my project and this package have a problem with that version.

I made a fork with the change for an appropiate usage and also I made a pull request with the change,

  cache_image:
    git:
      url: https://github.com/benitogonzalezh/flutter_cache_image
benitogonzalezh commented 3 years ago

13