-
-
Notifications
You must be signed in to change notification settings - Fork 672
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to use a retry strategy? #20
Comments
No those cannot be combined as they are both ImageProviders. You could have a look at the code and try to combine them. You could use something like this with the cachemanager I use in this library:
|
@renefloor I dont understand your proposed solution, to us it is pretty important to add this strategy, is there any way that you could add some comments around how could this be done to the library and maybe I could make the contribution? |
Any updates on this? |
Is there a way to use the cached network image plugin together with the NetworkImageWithRetry plugin? I'd like to use a retry strategy but I don't know how to connect the two plugins since both require the image url and retrieve the image.
The text was updated successfully, but these errors were encountered: