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

So, because gallery_firebase depends on both firebase_storage from git and cache_image ^1.0.5, version solving failed. pub get failed (1; So, because gallery_firebase depends on both firebase_storage from git and cache_image ^1.0.5, version solving failed.) exit code 1 #9

Open Maadhav opened 4 years ago

Maadhav commented 4 years ago

  flutter:
    sdk: flutter
  firebase_storage:
      git:
        url: git://github.com/danysz/flutterfire.git
        ref: master
        path: packages/firebase_storage

  # The following adds the Cupertino Icons font to your application.
  cache_image: ^1.0.5
  # Use with the CupertinoIcons class for iOS style icons.
  cupertino_icons: ^0.1.3```
alconasoftware commented 4 years ago

I am also having this issue. I have to stop using cache image if I want to use the latest firebase_storage, firebase_auth, etc.

Root-vb commented 3 years ago

HI @Maadhav @alconasoftware . 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.