Baseflow / flutter_cached_network_image

Download, cache and show images in a flutter app
https://baseflow.com
2.42k stars 643 forks source link

upgrade packages #956

Open andim27 opened 3 weeks ago

andim27 commented 3 weeks ago

🐛 Bug Report

cached_network_image 3.3.1 depends on flutter_cache_manager ^3.3.1, flutter_cache_manager >3.3.1 requires rxdart ^0.27.7. Thus, cached_network_image ^3.3.1 requires rxdart ^0.27.7 or flutter_cache_manager 3.3.1. Please upgrade to last packeges Platform:

ervindobri commented 2 weeks ago

I have the same issue, when I wanted to upgrade to Flutter 3.22.2, but I'm using rx dart too.

06153 commented 1 week ago

For now I use latest cached_network_image and in my pubspec.yaml I added this:

dependency_overrides:
  rxdart: ^0.27.7