Skip to content

A image widget that caches the image with an ID, useful for images with dynamic urls, like S3 images.

License

Notifications You must be signed in to change notification settings

Gabanelli/dynamic_url_image_cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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',
  ),
),

PL are welcomed! 😄

About

A image widget that caches the image with an ID, useful for images with dynamic urls, like S3 images.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages