OptimizedImage/src/image_provider/optimized_cached_image_provider library
Classes
- OptimizedCacheImageProvider
- An ImageProvider to load images from the network with caching functionality.
Enums
- ImageRenderMethodForWeb
- Currently there are 2 different ways to show an image on the web with both their own pros and cons, using a custom HttpGet or an HTML Image element mentioned here on a GitHub issue.
Typedefs
- ErrorListener = void Function()
- Function which is called after loading the image failed.