flutter_cache_image icon indicating copy to clipboard operation
flutter_cache_image copied to clipboard

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

Open Maadhav opened this issue 5 years ago • 2 comments

  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```

Maadhav avatar Apr 27 '20 14:04 Maadhav

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.

alconasoftware avatar Sep 01 '20 19:09 alconasoftware

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.

Root-vb avatar Nov 24 '20 11:11 Root-vb