Skip to content

evolvingkid/image_cacheing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image_cacheing

image_cacheing is an image caching package. It is currently tested for Android applications.

ImageCacheing widget takes url as a param. url params take in String url for the image url.

ImageCacheing(url: "Image URL"),

ImageCacheing widget also takes param named loadingWidget. This take widget it will show when the image is loading to be cache to your system.

ImageCacheing(
    url: global.imageLoadingUrl,
    loadingWidget: Center(child: CircularProgressIndicator())),

ImageCacheing widget also takes param named errorWidget. This take widget it will show when an error occurred in the widget. For example, giving in a valid URL.

ImageCacheing(
    url: global.imageErrorUrl,
    errorWidget: Center(child: Icon(Icons.warning)))

About

Image caching system for flutter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published