Baseflow / flutter_cache_manager

Generic cache manager for flutter
https://baseflow.com
MIT License
749 stars 438 forks source link

loading from one url multiple times simultaneously throws #315

Closed BrettCleary closed 3 years ago

BrettCleary commented 3 years ago

If you try to load an image in two different places simultaneously, it will try to listen to an already listened to stream and throw a Bad State Error. Making the stream broadcast fixes this.

renefloor commented 3 years ago

Thanks