This repository was archived by the owner on Jul 6, 2020. It is now read-only.
This repository was archived by the owner on Jul 6, 2020. It is now read-only.
force refetch image #130
Open
Description
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?