0 purchases
dynamic url image cache
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',
),
),
copied to clipboard
PL are welcomed! 😄 #
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.