Baseflow / Baseflow/flutter_cached_network_image
Fade image only when loading from network
Open
- Dominant language
- Dart
- Stars
- 2.6k
- Forks
- 731
- Avg merge
- 3d 9h
- Merged PRs (30d)
- 1
Description
Currently, it looks like CachedNetworkImage will fade the image in if its being retrieved from both the network and the disk cache.
Is it possible to specify if a fade should occur only from network retrieval? and then set a Duration.zero for all disc retrievals? (since they should be much faster)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.