image_cacheing 0.0.1 copy "image_cacheing: ^0.0.1" to clipboard
image_cacheing: ^0.0.1 copied to clipboard

image cacheing widget which cache images to fast load

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)))
7
likes
140
points
13
downloads

Publisher

unverified uploader

Weekly Downloads

image cacheing widget which cache images to fast load

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

convert, crypto, flutter, path, path_provider

More

Packages that depend on image_cacheing