You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 6, 2020. It is now read-only.
Thanks @mchome that fixed the problem, however I'm struggling to use your awesome new feature in my code.
What I'm really looking for is if I press a button "refresh", it would refresh it. Using the longPress interferes with my code, as I already am using a GestureDetector for something else on the image.
Any chance you can have a flag that gets set to refresh it?
Trying to enableRefresh properly.
I load images to display to user and want a button they can press to re-grab those images from the server. Download and cache them like new.
I've been looking at documentation and I see the enableRefresh property in the TransitionToImage. I have this set to true.
What do I need to do to actually trigger this refresh?
I saw someone else use this: DiskCache().evict(widget.url.hashCode.toString())
Would this be the proper way to pull new images in?
The text was updated successfully, but these errors were encountered: