dynamic_url_image_cache
A image widget that caches the image with an ID, useful for images with dynamic urls, like S3 images.
Usage
Image(
image: DynamicUrlImageCache(
imageId: 'testIdImage129',
imageUrl: 'https://picsum.photos/200/200',
),
),