service library
Classes
- ImageCacheEntry
- Represents a cached image entry containing the raw bytes and the decoded image.
- ImageCacheStrategy
- Interface for defining a caching strategy for raw image data.
- MemoryImageCacheService
- Singleton service for image fetching, decoding, and in-memory caching.
Typedefs
-
DecodeImageFunction
= Future<
Image> Function(Uint8List bytes) -
FetchImageFunction
= Future<
Uint8List> Function(String url)