Flutter_cached_network_image: No animation while already in cache

Created on 26 Dec 2018  路  2Comments  路  Source: Baseflow/flutter_cached_network_image

Hello,
Is there a way to not show the animation/placeholder and directly the image if the image is already in cache?

Most helpful comment

@neckaros The new version (v0.6.0) is much quicker in showing cached images. It still shows the placeholder first, but doesn't do an API call to check the validity of the image first. When the image is already shown once and is in memory it doesn't show the placeholder at all anymore

All 2 comments

Currently not. Good idea though

@neckaros The new version (v0.6.0) is much quicker in showing cached images. It still shows the placeholder first, but doesn't do an API call to check the validity of the image first. When the image is already shown once and is in memory it doesn't show the placeholder at all anymore

Was this page helpful?
0 / 5 - 0 ratings

Related issues

chow2324 picture chow2324  路  4Comments

flutteradv picture flutteradv  路  6Comments

BerndWessels picture BerndWessels  路  6Comments

gregko picture gregko  路  6Comments

ened picture ened  路  4Comments