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 was archived by the owner on Jul 6, 2020. It is now read-only.
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?